about summary refs log tree commit diff
path: root/sv/snooze-monthly/run
blob: bc6bffdf1f81e143b274bd345b9287282f83fe03 (plain) (blame)
1
2
3
4
#!/bin/sh
mkdir -p /var/cache/snooze
exec snooze -d 1 -s 28d -t /var/cache/snooze/monthly -- sh -c \
	"test -d /etc/cron.monthly && run-parts --lsbsysinit /etc/cron.monthly; touch /var/cache/snooze/monthly"