14 lines
270 B
SYSTEMD
14 lines
270 B
SYSTEMD
|
[Unit]
|
||
|
Description=Kernel Samepage Merging
|
||
|
ConditionPathExists=/sys/kernel/mm/ksm
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
EnvironmentFile=-/etc/sysconfig/ksm
|
||
|
ExecStart=/usr/libexec/ksmctl start
|
||
|
ExecStop=/usr/libexec/ksmctl stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|