]> git.netwichtig.de Git - user/henk/code/snooze.git/blobdiff - sv/snooze-daily/run
sv: touch timefile in run scripts
[user/henk/code/snooze.git] / sv / snooze-daily / run
index 1e6ce55474538edfe8fbe7a9ee35e2bb451463d8..45b4d07f519cc4137b6553b2fa044da271f07b45 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 mkdir -p /var/cache/snooze
-exec snooze -s 1d -t /var/cache/snooze/daily -- run-parts --lsbsysinit /etc/cron.daily
+exec snooze -s 1d -t /var/cache/snooze/daily -- sh -c \
+       "run-parts --lsbsysinit /etc/cron.daily; : > /var/cache/snooze/daily"