diff options
Diffstat (limited to 'os/etc/s6-rc/src/snooze-daily/run')
| -rw-r--r-- | os/etc/s6-rc/src/snooze-daily/run | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/os/etc/s6-rc/src/snooze-daily/run b/os/etc/s6-rc/src/snooze-daily/run deleted file mode 100644 index f7e8300..0000000 --- a/os/etc/s6-rc/src/snooze-daily/run +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/execlineb -P - -fdmove -c 2 1 - -foreground { mkdir -p /run/snooze } - -exec snooze -s 1d -t /run/snooze/daily -- execlineb -c \ - "foreground { pipeline { test -d /etc/cron.daily } run-parts -v /etc/cron.daily } touch /run/snooze/daily" |