|
@@ -3,18 +3,18 @@
|
|
|
|
|
|
### BEGIN INIT INFO
|
|
|
# Provides: $time
|
|
|
-# Required-Start: udev
|
|
|
+# Required-Start: udev swap
|
|
|
# Should-Start:
|
|
|
-# Required-Stop:
|
|
|
-# Should-Stop:
|
|
|
+# Required-Stop: $network $syslog $local_fs
|
|
|
+# Should-Stop: halt reboot
|
|
|
# Default-Start: sysinit
|
|
|
# Default-Stop:
|
|
|
# Short-Description: Stores and restores time from the hardware clock
|
|
|
# Description: On boot, system time is obtained from hwclock. The
|
|
|
# hardware clock can also be set on shutdown.
|
|
|
# X-LFS-Default-Start: S25
|
|
|
-# X-LFS-Default-Stop:
|
|
|
-# X-LFS-Provided-By: LFS
|
|
|
+# X-LFS-Default-Stop: K46
|
|
|
+# X-LFS-Provided-By: LFS BLFS
|
|
|
### END INIT INFO
|
|
|
|
|
|
. /lib/lsb/init-functions
|