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

This commit is contained in:
Frédéric Péters 2017-01-03 08:53:54 +01:00
parent 4188f63396
commit cdd38bd74e
1 changed files with 0 additions and 2 deletions

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