ntpd: Fork into the background
With -n, ntpd will write log messages to both syslog and stderr, which is ugly.
This commit is contained in:
parent
2140080b08
commit
b61d4ac6a5
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ in
|
|||
'';
|
||||
|
||||
serviceConfig = {
|
||||
ExecStart = "@${ntp}/bin/ntpd ntpd -g -n ${ntpFlags}";
|
||||
ExecStart = "@${ntp}/bin/ntpd ntpd -g ${ntpFlags}";
|
||||
Type = "forking";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue