Files
Arch-R/packages/sysutils/busybox/init.d/02_date
Stephan Raue 040da1646f busybox:
- simplyfing some init scripts
2009-12-29 19:38:39 +01:00

10 lines
119 B
Plaintext
Executable File

# store boot time
#
# runlevels: openelec, text, debug
(
progress "saving Bootdate"
/bin/date > /tmp/bootdate
)&