services: ntp: Log to file.
* gnu/services/networking.scm (ntp-shepherd-service)[start]: Specify log file.
This commit is contained in:
parent
8bb45504dd
commit
a5fa05dfc7
1 changed files with 2 additions and 1 deletions
|
@ -492,7 +492,8 @@ (define ntpd.conf
|
|||
"-c" #$ntpd.conf "-u" "ntpd"
|
||||
#$@(if allow-large-adjustment?
|
||||
'("-g")
|
||||
'()))))
|
||||
'()))
|
||||
#:log-file "/var/log/ntpd.log"))
|
||||
(stop #~(make-kill-destructor)))))))))
|
||||
|
||||
(define %ntp-accounts
|
||||
|
|
Loading…
Reference in a new issue