|
@@ -6,7 +6,7 @@ PIDFILE="/var/run/$DAEMON.pid"
|
|
start() {
|
|
start() {
|
|
printf 'Starting %s: ' "$DAEMON"
|
|
printf 'Starting %s: ' "$DAEMON"
|
|
# shellcheck disable=SC2086 # we need the word splitting
|
|
# shellcheck disable=SC2086 # we need the word splitting
|
|
- start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/sbin/$DAEMON" \
|
|
|
|
|
|
+ start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/usr/sbin/$DAEMON" \
|
|
-- -c /etc/cups/cups-browsed.conf
|
|
-- -c /etc/cups/cups-browsed.conf
|
|
status=$?
|
|
status=$?
|
|
if [ "$status" -eq 0 ]; then
|
|
if [ "$status" -eq 0 ]; then
|