change daemon path in OpenRC scripts
This commit is contained in:
parent
5c63ca9358
commit
8c2e9b4dc2
@ -12,7 +12,7 @@ depend()
|
||||
start()
|
||||
{
|
||||
ebegin "Starting LPT locking for yasnd"
|
||||
/sbin/yasnd --init
|
||||
/usr/sbin/yasnd --init
|
||||
eend $?
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ depend()
|
||||
start()
|
||||
{
|
||||
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 $?
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user