tuned: systemd service fix
This commit is contained in:
parent
d2f157d2b5
commit
d6ff00ee0c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ After=syslog.target
|
|||
Type=forking
|
||||
PIDFile=/var/run/tuned/tuned.pid
|
||||
BusName=com.redhat.tuned
|
||||
ExecStart=/usr/sbin/tuned -d -c /etc/tuned.conf
|
||||
ExecStart=/usr/sbin/tuned -d
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Reference in a new issue