summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Blut <vincent.debian@free.fr>2023-12-05 16:35:17 +0100
committerVincent Blut <vincent.debian@free.fr>2023-12-05 16:35:17 +0100
commit2aa3a20ad69b13f0d3915fe333ac4be50da49119 (patch)
treefe620d87977ac9e4f041593b603ffa50be43bda4
parent02772c65a43635c28a61a75dd6900bb09bd747dd (diff)
Move server_dir path to /run
Forwarded: no Last-Update: 2020-09-16 Last-Update: 2020-09-16 Gbp-Pq: Name nm-dispatcher-dhcp_Move-server_dir-to-run.patch
-rw-r--r--examples/chrony.nm-dispatcher.dhcp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chrony.nm-dispatcher.dhcp b/examples/chrony.nm-dispatcher.dhcp
index 547ce83..203c102 100644
--- a/examples/chrony.nm-dispatcher.dhcp
+++ b/examples/chrony.nm-dispatcher.dhcp
@@ -10,7 +10,7 @@ action=$2
chronyc=/usr/bin/chronyc
server_options=iburst
-server_dir=/var/run/chrony-dhcp
+server_dir=/run/chrony-dhcp
dhcp_server_file=$server_dir/$interface.sources
dhcp_ntp_servers="$DHCP4_NTP_SERVERS $DHCP6_DHCP6_NTP_SERVERS"