vp-build/srcpkgs/66-boot-stage1/files/ntpd

16 lines
275 B
Plaintext

[main]
@type = classic
@description = "ntpd daemon"
@user = ( root )
@options = ( log env )
[start]
@build = auto
@execute = ( execl-cmdline -s { ntpd ${cmd_args} -c ${conf_dir}/${conf_file} } )
[environment]
cmd_args=!-n -u ntp:ntp
conf_dir=!/etc/ntp
conf_file=!ntp.conf