diff options
| author | Michal Suchanek <hramrach@centrum.cz> | 2010-06-07 15:24:37 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:53:26 +0100 |
| commit | cbdc09bc4b5bfe6c1fe803965e6431c14b018697 (patch) | |
| tree | 7b69e4e3172e5135d25e7558d9c139373338cb0b /debian | |
| parent | 4848c6bdfe9726ae21ab0b9c31444c2a99c4fbca (diff) | |
| download | live-boot-cbdc09bc4b5bfe6c1fe803965e6431c14b018697.tar.gz live-boot-cbdc09bc4b5bfe6c1fe803965e6431c14b018697.zip | |
Using sendsigs.omit to avoid killing / (Closes: #584690).
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/live-boot.init | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/debian/live-boot.init b/debian/live-boot.init index bb079ee..c8c4820 100644 --- a/debian/live-boot.init +++ b/debian/live-boot.init @@ -2,12 +2,12 @@ ### BEGIN INIT INFO # Provides: live-boot -# Required-Start: $syslog +# Required-Start: $syslog bootmisc # Required-Stop: # Should-Start: $local_fs # Should-Stop: halt reboot # X-Stop-After: umountroot -# Default-Start: +# Default-Start: S # Default-Stop: 0 6 # Short-Description: live-boot init script # Description: Resyncs snapshots, evantually caches files in order to @@ -201,8 +201,14 @@ case "${1}" in restart|reload|force-reload|status) [ "${VERBOSE}" != no ] && log_end_msg 0 ;; + start) + log_begin_msg "${NAME} is configuring sendsigs..." + if [ -f /live/image/root.pid ] ; then + cat /live/image/root.pid >> /var/run/sendsigs.omit + fi + ;; - start|stop) + stop) log_begin_msg "${NAME} is resyncing snapshots and caching reboot files..." do_stop |
