603dd6670b
- Replace init scripts with systemd units (#741920) - Update to 0.15.1 stable upstream - Enable full relro and PIE (rhbz #738812)
13 lines
229 B
Desktop File
13 lines
229 B
Desktop File
[Unit]
|
|
Description=Kernel Samepage Merging (KSM) Tuning Daemon
|
|
After=ksm.service
|
|
Requires=ksm.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/ksmtuned
|
|
ExecReload=/bin/kill -USR1 $MAINPID
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|