]> git.netwichtig.de Git - user/henk/code/snooze.git/blob - sv/snooze-daily/run
Change value because st.st_mtime might not be set, see above
[user/henk/code/snooze.git] / sv / snooze-daily / run
1 #!/bin/sh
2 mkdir -p /var/cache/snooze
3 exec snooze -s 1d -t /var/cache/snooze/daily -- sh -c \
4         "test -d /etc/cron.daily && run-parts --lsbsysinit /etc/cron.daily; : > /var/cache/snooze/daily"