tuned.service: switched to dbus type service
resolves: rhbz#911445 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
9c1f10945e
commit
f353eeafb6
1 changed files with 2 additions and 2 deletions
|
|
@ -3,10 +3,10 @@ Description=Dynamic System Tuning Daemon
|
|||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
Type=dbus
|
||||
PIDFile=/run/tuned/tuned.pid
|
||||
BusName=com.redhat.tuned
|
||||
ExecStart=/usr/sbin/tuned -d
|
||||
ExecStart=/usr/sbin/tuned -l -P
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Reference in a new issue