mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
This patch brings package/chrony/S49chronyd in line with the start script standards. Note that users will need to update the location of any script config from /etc/default/chrony to /etc/default/chronyd. One deviation from the standard remains (and thus the check-package override): The PID file is placed in /var/run/chrony/$DAEMON.pid. This is necessary because chronyd drops privileges, and would not be able to delete the PID file from root-owned /var/run on shutdown. Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>