summaryrefslogtreecommitdiff
path: root/src/conf_mode
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-06-17 22:48:33 +0200
committerChristian Poessinger <christian@poessinger.com>2020-06-17 22:48:33 +0200
commitae345cb6f7382777af7c2b29d854ba99f44ff7c2 (patch)
treef9c931707592c4d06468faba9c5edcf79ee69989 /src/conf_mode
parent740ace13f36b78583434eabfbd324cf3d29e909d (diff)
downloadvyos-1x-ae345cb6f7382777af7c2b29d854ba99f44ff7c2.tar.gz
vyos-1x-ae345cb6f7382777af7c2b29d854ba99f44ff7c2.zip
router-advert: T2185: migrate from SysVinit to systemd
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-xsrc/conf_mode/service_router-advert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/service_router-advert.py b/src/conf_mode/service_router-advert.py
index 89d4d5dd8..b7f918155 100755
--- a/src/conf_mode/service_router-advert.py
+++ b/src/conf_mode/service_router-advert.py
@@ -27,7 +27,7 @@ from vyos.template import render
from vyos import airbag
airbag.enable()
-config_file = r'/etc/radvd.conf'
+config_file = r'/run/radvd/radvd.conf'
default_config_data = {
'interfaces': []