OSDN Git Service

dcron: increment '@version'.
[avyssos/void-66-services.git] / usr / share / 66 / service / dcron
1 [main]
2 @type = classic
3 @description = "dcron daemon"
4 @version = 0.0.3
5 @user = ( root )
6 @notify = 3
7
8 [start]
9 # https://github.com/dubiousjim/dcron/issues/13
10 @execute = ( execl-cmdline -s { 66-ns -d 3 -o unshare=pid dcrond -f ${cmd_args} } )
11
12 [environment]
13 # -d enables the debug output, < -M /usr/bin/true> stops the repeated messages about
14 # sendmail not being present. If one wants to use sendmail or any other mta, they can
15 # remove < -M /usr/bin/true> or adjust it accordingly.
16 cmd_args=!-d -M /usr/bin/true
17