mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
12 lines
246 B
Desktop File
12 lines
246 B
Desktop File
[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
|