Initial commit
This commit is contained in:
2
cron.hourly/.placeholder
Normal file
2
cron.hourly/.placeholder
Normal file
@@ -0,0 +1,2 @@
|
||||
# DO NOT EDIT OR REMOVE
|
||||
# This file is a simple placeholder to keep dpkg from removing this directory
|
||||
8
cron.hourly/fake-hwclock
Executable file
8
cron.hourly/fake-hwclock
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Simple cron script - save the current clock periodically in case of
|
||||
# a power failure or other crash
|
||||
|
||||
if (command -v fake-hwclock >/dev/null 2>&1) ; then
|
||||
fake-hwclock save
|
||||
fi
|
||||
Reference in New Issue
Block a user