2011-10-21 20:32:18 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Kernel Samepage Merging (KSM) Tuning Daemon
|
|
|
|
After=ksm.service
|
|
|
|
Requires=ksm.service
|
2013-05-25 18:54:03 +00:00
|
|
|
ConditionVirtualization=no
|
2011-10-21 20:32:18 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/sbin/ksmtuned
|
|
|
|
ExecReload=/bin/kill -USR1 $MAINPID
|
|
|
|
Type=forking
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|