3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 @@ restrict source notrap nomodify noquery\n"))
"-c" #$ntpd.conf "-u" "ntpd"
#$@(if allow-large-adjustment?
'("-g")
'()))))
'()))
#:log-file "/var/log/ntpd.log"))
(stop #~(make-kill-destructor)))))))))
(define %ntp-accounts