mirror of
https://github.com/pygos/init.git
synced 2024-11-05 12:17:10 +01:00
8 lines
167 B
Text
8 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
|