OSDN Git Service

Merge pull request #137 from mobinmob/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.2
5 @user = ( root )
6
7 [start]
8 @execute = ( 
9   execl-toc -d /var/run/chrony -m0750 -u chrony -g chrony
10   execl-cmdline -s { chronyd ${cmd_args} -u chrony }
11 )
12
13 [environment]
14 # The -d switch and -n switch both make chronyd run in the foreground.
15 # -d sents logs to the stdout, so they end up in the logger.
16 # -n sents logs to syslog Please see chronyd(8) for more options.
17 cmd_args=!-d