mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
chrony: does not support SIGHUP, requires /var/lib/chrony
Chrony drops privs after startup to user chrony, when restarting it writes its state in /var/lib/chrony, so the directory needs to have the correct permissions for that user. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
d /var/lib/chrony 0755 chrony chrony
|
||||
@@ -1,2 +1,2 @@
|
||||
# Requires /etc/chrony.conf to star, see https://chrony.tuxfamily.org/doc/3.4/chrony.conf.html
|
||||
service [2345789] env:-/etc/default/chronyd chronyd -n $CHRONY_ARGS -- Chrony NTP v3/v4 daemon
|
||||
# Requires /etc/chrony.conf to start, see https://chrony.tuxfamily.org/doc/3.4/chrony.conf.html
|
||||
service [2345789] <!> env:-/etc/default/chronyd chronyd -n $CHRONY_ARGS -- Chrony NTP v3/v4 daemon
|
||||
|
||||
Reference in New Issue
Block a user