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

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

2
debian/fargo.init vendored
View File

@ -160,8 +160,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 $?
;;