mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue