mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 07:07:14 +08:00
13 lines
227 B
Desktop File
Executable File
13 lines
227 B
Desktop File
Executable File
[Unit]
|
|
Description=Enable compressed swap in memory using zram
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/sbin/zramstart
|
|
ExecStop=/usr/sbin/zramstop
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|