mirror of
https://github.com/pygos/init-scripts.git
synced 2024-11-14 00:47:10 +01:00
021fa43244
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
7 lines
167 B
Text
7 lines
167 B
Text
description write current time to backup file
|
|
type wait
|
|
target %0
|
|
after sigkill
|
|
before sync
|
|
tty truncate @STATEFILESPATH@/swclock
|
|
exec date --utc +%%m%%d%%H%%M%%Y.%%S
|