diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /os/etc/s6-rc/src/snooze | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
| -rw-r--r-- | os/etc/s6-rc/src/snooze-daily/producer-for | 1 | ||||
| -rw-r--r-- | os/etc/s6-rc/src/snooze-daily/run | 8 | ||||
| -rw-r--r-- | os/etc/s6-rc/src/snooze-daily/type | 1 | ||||
| -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 | ||||
| -rw-r--r-- | os/etc/s6-rc/src/snooze-log/consumer-for | 2 | ||||
| -rw-r--r-- | os/etc/s6-rc/src/snooze-log/notification-fd | 1 | ||||
| -rw-r--r-- | os/etc/s6-rc/src/snooze-log/run | 9 | ||||
| -rw-r--r-- | os/etc/s6-rc/src/snooze-log/type | 1 | ||||
| -rw-r--r-- | os/etc/s6-rc/src/snooze/contents.d/snooze-daily | 0 | ||||
| -rw-r--r-- | os/etc/s6-rc/src/snooze/contents.d/snooze-hourly | 0 | ||||
| -rw-r--r-- | os/etc/s6-rc/src/snooze/type | 1 |
13 files changed, 0 insertions, 34 deletions
diff --git a/os/etc/s6-rc/src/snooze-daily/producer-for b/os/etc/s6-rc/src/snooze-daily/producer-for deleted file mode 100644 index 78f2503..0000000 --- a/os/etc/s6-rc/src/snooze-daily/producer-for +++ /dev/null @@ -1 +0,0 @@ -snooze-log 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" diff --git a/os/etc/s6-rc/src/snooze-daily/type b/os/etc/s6-rc/src/snooze-daily/type deleted file mode 100644 index 5883cff..0000000 --- a/os/etc/s6-rc/src/snooze-daily/type +++ /dev/null @@ -1 +0,0 @@ -longrun 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 diff --git a/os/etc/s6-rc/src/snooze-log/consumer-for b/os/etc/s6-rc/src/snooze-log/consumer-for deleted file mode 100644 index 26b0e15..0000000 --- a/os/etc/s6-rc/src/snooze-log/consumer-for +++ /dev/null @@ -1,2 +0,0 @@ -snooze-daily -snooze-hourly diff --git a/os/etc/s6-rc/src/snooze-log/notification-fd b/os/etc/s6-rc/src/snooze-log/notification-fd deleted file mode 100644 index 00750ed..0000000 --- a/os/etc/s6-rc/src/snooze-log/notification-fd +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/os/etc/s6-rc/src/snooze-log/run b/os/etc/s6-rc/src/snooze-log/run deleted file mode 100644 index b1a8be7..0000000 --- a/os/etc/s6-rc/src/snooze-log/run +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/execlineb -P - -envfile /etc/s6-rc/config/log.conf -envfile -I /etc/s6-rc/config/snooze.conf -importas -sCuD "n2 s2000000 T" LOG_DIRECTIVES LOG_DIRECTIVES -importas -sCuD "/run/log" LOG_DIR LOG_DIR - -foreground { install -d ${LOG_DIR}/snooze } -s6-log -d3 -b -- ${LOG_DIRECTIVES} ${LOG_DIR}/snooze diff --git a/os/etc/s6-rc/src/snooze-log/type b/os/etc/s6-rc/src/snooze-log/type deleted file mode 100644 index 5883cff..0000000 --- a/os/etc/s6-rc/src/snooze-log/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/os/etc/s6-rc/src/snooze/contents.d/snooze-daily b/os/etc/s6-rc/src/snooze/contents.d/snooze-daily deleted file mode 100644 index e69de29..0000000 --- a/os/etc/s6-rc/src/snooze/contents.d/snooze-daily +++ /dev/null diff --git a/os/etc/s6-rc/src/snooze/contents.d/snooze-hourly b/os/etc/s6-rc/src/snooze/contents.d/snooze-hourly deleted file mode 100644 index e69de29..0000000 --- a/os/etc/s6-rc/src/snooze/contents.d/snooze-hourly +++ /dev/null diff --git a/os/etc/s6-rc/src/snooze/type b/os/etc/s6-rc/src/snooze/type deleted file mode 100644 index 757b422..0000000 --- a/os/etc/s6-rc/src/snooze/type +++ /dev/null @@ -1 +0,0 @@ -bundle |