mirror of
https://git.yoctoproject.org/poky
synced 2026-06-13 17:10:01 +00:00
initscripts: added initscript dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5003 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
+9
-1
@@ -1,5 +1,13 @@
|
||||
#! /bin/sh
|
||||
/etc/init.d/hwclock.sh stop
|
||||
### BEGIN INIT INFO
|
||||
# Provides: save-rtc
|
||||
# Required-Start:
|
||||
# Required-Stop: $local_fs hwclock
|
||||
# Default-Start: S
|
||||
# Default-Stop: 0 6
|
||||
# Short-Description: Store system clock into file
|
||||
# Description:
|
||||
### END INIT INFO
|
||||
|
||||
# Update the timestamp
|
||||
date +%2m%2d%2H%2M%Y > /etc/timestamp
|
||||
|
||||
Reference in New Issue
Block a user