(fix) change pid file ownership to root as required by dpkg v1.19

This commit is contained in:
Ludovic Marcotte
2019-08-08 13:17:14 -04:00
parent 7486c011d2
commit 59f035efe7
2 changed files with 2 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ case "$1" in
then
log_progress_msg "already running"
fi
chown root:root $PIDFILE
log_end_msg 0
;;
stop)

View File

@@ -71,6 +71,7 @@ case "$1" in
then
log_progress_msg "already running"
fi
chown root:root $PIDFILE
log_end_msg 0
;;
stop)