summaryrefslogtreecommitdiffstats
path: root/core/modules/zram-swap/data/etc/systemd/system/zram-swap.service
blob: 60a23adb9cd58e281f0454a45a1ea79bf31da857 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Setup zram swap partitions if necessary
DefaultDependencies=no
Wants=swap.target
Before=swap.target
# As our script checks whether there are other swap partitions available...
After=setup-partitions.service

[Service]
Type=oneshot
ExecStart=/opt/openslx/scripts/systemd-zram_swap
RemainAfterExit=yes