summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Blut <vincent.debian@free.fr>2023-03-27 19:57:20 +0200
committerVincent Blut <vincent.debian@free.fr>2023-03-27 19:57:20 +0200
commit15e660d457720714c72a952fbaaadf35be471c9a (patch)
treed2574fc546b64dc096854a35b4d4148fc8e558c3
parent50ce0273bec04a73170fa24637e77370e6fc8057 (diff)
Move server_dir path to /runarchive/debian/4.3-3
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"