979ec18948
Drop execute bit on service files (bz #963917) Conditionalize KSM service on host virt support (bz #963681) Split out KSM package, make it not pulled in by default
14 lines
256 B
Desktop File
14 lines
256 B
Desktop File
[Unit]
|
|
Description=Kernel Samepage Merging (KSM) Tuning Daemon
|
|
After=ksm.service
|
|
Requires=ksm.service
|
|
ConditionVirtualization=no
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/ksmtuned
|
|
ExecReload=/bin/kill -USR1 $MAINPID
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|