mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
12 lines
246 B
SYSTEMD
12 lines
246 B
SYSTEMD
|
[Unit]
|
||
|
Description=Zram-based swap (compressed RAM block devices)
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/lib/systemd/scripts/zramctrl start
|
||
|
ExecStop=/usr/lib/systemd/scripts/zramctrl stop
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|