summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Blut <vincent.debian@free.fr>2024-04-25 15:52:18 +0200
committerVincent Blut <vincent.debian@free.fr>2024-04-25 15:52:18 +0200
commit87a203381daf236f320be1c0d78614d1b29cb2b8 (patch)
tree5ad933d08f3c9deff2dcb7df59c036f5bcf7e717
parentf0d022f4d02215a2d46dde7eaeee4e7e652b1022 (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"