debian: only reload when init script is called for reloading (#11396)

This commit is contained in:
Frédéric Péters 2016-06-16 14:21:15 +02:00
parent 62f976aa78
commit c9ebf38ed9
1 changed files with 0 additions and 2 deletions

2
debian/combo.init vendored
View File

@ -159,8 +159,6 @@ case "$1" in
# and leave 'force-reload' as an alias for 'restart'.
#
log_daemon_msg "Reloading $DESC" "$NAME"
do_collectstatic
do_migrate
do_reload
log_end_msg $?
;;