added upstart file to contrib
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
769377b56b
commit
e5a36a86bd
1 changed files with 8 additions and 0 deletions
8
contrib/upstart/tuned.conf
Normal file
8
contrib/upstart/tuned.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
description "Dynamic system tuning daemon"
|
||||
|
||||
start on runlevel [2345]
|
||||
stop on runlevel [!2345]
|
||||
|
||||
exec tuned --log --pid --daemon
|
||||
|
||||
post-stop exec rm -f /var/run/tuned/tuned.pid
|
||||
Loading…
Reference in a new issue