debian: don't collectstatic and migrate schemas on reload (#14486)

This commit is contained in:
Frédéric Péters 2017-01-03 08:50:59 +01:00
parent 37b5d6951b
commit 9ea37ad16d
1 changed files with 0 additions and 2 deletions

2
debian/chrono.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 $?
;;