summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage32/data/etc/systemd/system/zram-swap.service
blob: a458b380778898c3726348d7bd6c5b526600a364 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Setup zram swap partitions
DefaultDependencies=no
Wants=swap.target
Before=swap.target

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