ntpsec: no correr como root (fixes #10)
This commit is contained in:
parent
c7469d5818
commit
a8c049af20
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ server gps.ntp.br nts iburst
|
||||||
await runit.addService(
|
await runit.addService(
|
||||||
"ntpsec",
|
"ntpsec",
|
||||||
`#!/bin/sh
|
`#!/bin/sh
|
||||||
exec ntpd --nice --nofork --panicgate
|
exec ntpd --nice --nofork --panicgate --user=ntp
|
||||||
`,
|
`,
|
||||||
runitLokiLogger(FluentBitParser.Ntpsec, "ntpsec")
|
runitLokiLogger(FluentBitParser.Ntpsec, "ntpsec")
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue