OSDN Git Service

repo-wide: use execl-toc instead of mkdir in frontend service files.
[avyssos/void-66-services.git] / usr / share / 66 / service / snooze-daily
1 [main]
2 @type = classic
3 @version = 0.0.1
4 @description = "snooze-daily daemon"
5 @user = ( root )
6
7 [start]
8 @build = custom
9 @shebang = "/bin/sh"
10 @execute = (
11         exec 2>&1
12         execl-toc -d /var/cache/snooze
13         exec snooze -s 1d -t /var/cache/snooze/daily -- sh -c \
14         "test -d /etc/cron.daily && run-parts --lsbsysinit /etc/cron.daily; : > /var/cache/snooze/daily"
15   )
16