]> git.netwichtig.de Git - user/henk/code/snooze.git/blobdiff - sv/snooze-monthly/run
sv: touch timefile in run scripts
[user/henk/code/snooze.git] / sv / snooze-monthly / run
index 2497fb361953a68528bceeabd04c5d0902a152ce..f506a799729b381f523c23ec57363f3bb1ceb5f3 100755 (executable)
@@ -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"