OSDN Git Service

New service: 3proxy.
[avyssos/void-66-services.git] / usr / share / 66 / service / snooze-montly
1 [main]
2 @type = classic
3 @version = 0.0.1
4 @description = "snooze-monthly daemon"
5 @user = ( root )
6
7 [start]
8 @build = custom
9 @shebang = "/bin/sh"
10 @execute = (
11 exec 2>&1
12 s6-mkdir -p -v /var/cache/snooze
13 exec snooze -d 1 -s 28d -t /var/cache/snooze/monthly -- sh -c \
14         "test -d /etc/cron.monthly && run-parts --lsbsysinit /etc/cron.monthly; : > /var/cache/snooze/monthly"
15   )
16