me
/
guix
Archived
1
0
Fork 0

services: ntp: Log to file.

* gnu/services/networking.scm (ntp-shepherd-service)[start]: Specify log
file.
master
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
1 changed files with 2 additions and 1 deletions

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