diff options
Diffstat (limited to 'os/etc/s6-rc/src/snooze-hourly')
| -rw-r--r-- | os/etc/s6-rc/src/snooze-hourly/producer-for | 1 | ||||
| -rw-r--r-- | os/etc/s6-rc/src/snooze-hourly/run | 8 | ||||
| -rw-r--r-- | os/etc/s6-rc/src/snooze-hourly/type | 1 |
3 files changed, 0 insertions, 10 deletions
diff --git a/os/etc/s6-rc/src/snooze-hourly/producer-for b/os/etc/s6-rc/src/snooze-hourly/producer-for deleted file mode 100644 index 78f2503..0000000 --- a/os/etc/s6-rc/src/snooze-hourly/producer-for +++ /dev/null @@ -1 +0,0 @@ -snooze-log diff --git a/os/etc/s6-rc/src/snooze-hourly/run b/os/etc/s6-rc/src/snooze-hourly/run deleted file mode 100644 index af80a9c..0000000 --- a/os/etc/s6-rc/src/snooze-hourly/run +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/execlineb -P - -fdmove -c 2 1 - -foreground { mkdir -p /run/snooze } - -exec snooze -v -H * -s 1h -t /run/snooze/hourly execlineb -c \ - "foreground { pipeline { test -d /etc/cron.hourly } run-parts -v /etc/cron.hourly } touch /run/snooze/hourly" diff --git a/os/etc/s6-rc/src/snooze-hourly/type b/os/etc/s6-rc/src/snooze-hourly/type deleted file mode 100644 index 5883cff..0000000 --- a/os/etc/s6-rc/src/snooze-hourly/type +++ /dev/null @@ -1 +0,0 @@ -longrun |