OSDN Git Service

New service: 3proxy.
[avyssos/void-66-services.git] / usr / share / 66 / service / chronyd
1 [main]
2 @type = classic
3 @description = "chrony ntp daemon"
4 @version = 0.0.1
5 @user = ( root )
6 @options = ( log env )
7
8 [start]
9 @execute = ( 
10   execl-toc -d /var/run/chrony -m0750 -u chrony -g chrony
11   execl-cmdline -s { chronyd ${cmd_args} -u chrony }
12 )
13
14 [environment]
15 # The -d switch and -n switch both make chronyd run in the foreground.
16 # -d sents logs to the stdout, so they end up in the logger.
17 # -n sents logs to syslog Please see chronyd(8) for more options.
18 cmd_args=!-d