12 lines
275 B
SYSTEMD
12 lines
275 B
SYSTEMD
|
[Unit]
|
||
|
Description=Service enabling compressing RAM with zRam
|
||
|
ConditionKernelCommandLine=!inst.zram=off
|
||
|
ConditionKernelCommandLine=!inst.zram=0
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/libexec/anaconda/zramswapon
|
||
|
ExecStop=/usr/libexec/anaconda/zramswapoff
|
||
|
RemainAfterExit=yes
|
||
|
|