diff --git a/contrib/yasnd-early.openrc b/contrib/yasnd-early.openrc index 67da8b7..3209e68 100755 --- a/contrib/yasnd-early.openrc +++ b/contrib/yasnd-early.openrc @@ -12,7 +12,7 @@ depend() start() { ebegin "Starting LPT locking for yasnd" - /sbin/yasnd --init + /usr/sbin/yasnd --init eend $? } diff --git a/contrib/yasnd.openrc b/contrib/yasnd.openrc index e3918f3..449f6ad 100755 --- a/contrib/yasnd.openrc +++ b/contrib/yasnd.openrc @@ -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 $? }