summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/live-boot.init9
1 files changed, 1 insertions, 8 deletions
diff --git a/debian/live-boot.init b/debian/live-boot.init
index f0982a8..cd2e4cd 100644
--- a/debian/live-boot.init
+++ b/debian/live-boot.init
@@ -211,16 +211,9 @@ do_stop ()
}
case "${1}" in
- restart|reload|force-reload|status)
+ start|restart|reload|force-reload|status)
[ "${VERBOSE}" != no ] && log_end_msg 0
;;
- start)
- log_begin_msg "${NAME} is configuring sendsigs..."
- if [ -f /live/root.pid ] ; then
- cat /live/root.pid >> /var/run/sendsigs.omit
- fi
- log_end_msg 0
- ;;
stop)
log_begin_msg "${NAME} is resyncing snapshots and caching reboot files..."