11 lines
214 B
Desktop File
Executable file
11 lines
214 B
Desktop File
Executable file
[Unit]
|
|
Description=Zram-based swap (compressed RAM block devices)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/zramctrl start
|
|
ExecStop=/usr/bin/zramctrl stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|