12 lines
217 B
Desktop File
12 lines
217 B
Desktop File
[Unit]
|
|
Description=Dynamic System Tuning Daemon
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/tuned/tuned.pid
|
|
BusName=com.redhat.tuned
|
|
ExecStart=/usr/sbin/tuned -d
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|