ntpsec: no correr como root (fixes #10)

This commit is contained in:
Cat /dev/Nulo 2023-02-19 15:07:24 -03:00
parent c7469d5818
commit a8c049af20

View file

@ -48,7 +48,7 @@ server gps.ntp.br nts iburst
await runit.addService(
"ntpsec",
`#!/bin/sh
exec ntpd --nice --nofork --panicgate
exec ntpd --nice --nofork --panicgate --user=ntp
`,
runitLokiLogger(FluentBitParser.Ntpsec, "ntpsec")
);