services: ntp: Log to file.

* gnu/services/networking.scm (ntp-shepherd-service)[start]: Specify log
file.
This commit is contained in:
Brice Waegeneire 2021-07-03 17:37:17 +02:00
parent 8bb45504dd
commit a5fa05dfc7
No known key found for this signature in database
GPG key ID: A94903A166A18FAE

View file

@ -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