From 206eda3ca7b1e7a9cf51d2e630fcf62b45455997 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Fri, 23 Nov 2018 19:26:21 -0800 Subject: sv: touch timefile in run scripts --- sv/snooze-monthly/run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sv/snooze-monthly/run') diff --git a/sv/snooze-monthly/run b/sv/snooze-monthly/run index 2497fb3..f506a79 100755 --- a/sv/snooze-monthly/run +++ b/sv/snooze-monthly/run @@ -1,3 +1,4 @@ #!/bin/sh mkdir -p /var/cache/snooze -exec snooze -d 1 -s 28d -t /var/cache/snooze/monthly -- run-parts --lsbsysinit /etc/cron.monthly +exec snooze -d 1 -s 28d -t /var/cache/snooze/monthly -- sh -c \ + "run-parts --lsbsysinit /etc/cron.monthly; : > /var/cache/snooze/monthly" -- cgit 1.4.1