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
@ -82,7 +82,8 @@ in
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "@${ntp}/bin/ntpd ntpd -g -n ${ntpFlags}";
|
ExecStart = "@${ntp}/bin/ntpd ntpd -g ${ntpFlags}";
|
||||||
|
Type = "forking";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user