2011-10-21 15:32:18 -05:00
|
|
|
[Unit]
|
|
|
|
Description=Kernel Samepage Merging
|
|
|
|
ConditionPathExists=/sys/kernel/mm/ksm
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
EnvironmentFile=-/etc/sysconfig/ksm
|
|
|
|
ExecStart=/lib/systemd/ksmctl start
|
|
|
|
ExecStop=/lib/systemd/ksmctl stop
|
2011-11-03 15:53:07 -05:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|