change daemon path in OpenRC scripts

This commit is contained in:
Sergey Popov 2012-03-23 14:08:56 +04:00
parent 5c63ca9358
commit 8c2e9b4dc2
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ depend()
start() start()
{ {
ebegin "Starting LPT locking for yasnd" ebegin "Starting LPT locking for yasnd"
/sbin/yasnd --init /usr/sbin/yasnd --init
eend $? eend $?
} }

View File

@ -14,7 +14,7 @@ depend()
start() start()
{ {
ebegin "Starting yasnd" ebegin "Starting yasnd"
start-stop-daemon --start --background --quiet --pidfile /var/run/yasnd.pid --exec /sbin/yasnd start-stop-daemon --start --background --quiet --pidfile /var/run/yasnd.pid --exec /usr/sbin/yasnd
eend $? eend $?
} }