From 9ea37ad16d7f5727e1068f51741eb2c112e56b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 3 Jan 2017 08:50:59 +0100 Subject: [PATCH] debian: don't collectstatic and migrate schemas on reload (#14486) --- debian/chrono.init | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/chrono.init b/debian/chrono.init index 92105081..d95326a6 100644 --- a/debian/chrono.init +++ b/debian/chrono.init @@ -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 $? ;;