diff options
author | Cameron Nemo <camerontnorman@gmail.com> | 2018-09-01 17:52:19 -0700 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-09-03 14:23:20 +0200 |
commit | d44fd0169fcb9ba3debcaab38b526c7c7bf96d61 (patch) | |
tree | 31b083fe6ee54f4b3d5058270b0b941e7492ef2d /sv/snooze-monthly | |
parent | 44fa475c6d9dcb4b2f2ba89f39f5e7227fb9eec7 (diff) |
sv: include runit service files to run cron drop-in scripts
Closes: #6 [via git-merge-pr]
Diffstat (limited to 'sv/snooze-monthly')
-rwxr-xr-x | sv/snooze-monthly/finish | 2 | ||||
-rwxr-xr-x | sv/snooze-monthly/run | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sv/snooze-monthly/finish b/sv/snooze-monthly/finish new file mode 100755 index 0000000..7188324 --- /dev/null +++ b/sv/snooze-monthly/finish @@ -0,0 +1,2 @@ +#!/bin/sh +exec touch /var/cache/snooze/monthly diff --git a/sv/snooze-monthly/run b/sv/snooze-monthly/run new file mode 100755 index 0000000..2497fb3 --- /dev/null +++ b/sv/snooze-monthly/run @@ -0,0 +1,3 @@ +#!/bin/sh +mkdir -p /var/cache/snooze +exec snooze -d 1 -s 28d -t /var/cache/snooze/monthly -- run-parts --lsbsysinit /etc/cron.monthly |