debian: use supervisorctl (reread/restart) to restart hobo-agent (#9722)

This commit is contained in:
Frédéric Péters 2016-01-21 10:54:51 +01:00
parent 4b4fb657c7
commit 1740cc8095
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ case "$1" in
# ensure dirs ownership
chown $USER:$GROUP /var/log/$NAME
invoke-rc.d supervisor restart
supervisorctl reread
supervisorctl restart hobo-agent
;;
abort-upgrade|abort-remove|abort-deconfigure)