summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authoraapostoliuk <a.apostoliuk@vyos.io>2025-05-20 15:33:16 +0300
committeraapostoliuk <a.apostoliuk@vyos.io>2025-05-20 15:33:16 +0300
commite9104fb5722c0e119220f22c1cafb2535cac0f77 (patch)
tree4012270e18c26dd03ddcf4487801d63a51912a2c /src/systemd
parent0801bc6c2dd155f40fd22c64f873a01e8be25c9f (diff)
downloadvyos-1x-e9104fb5722c0e119220f22c1cafb2535cac0f77.tar.gz
vyos-1x-e9104fb5722c0e119220f22c1cafb2535cac0f77.zip
opennhrp: T7462: Removed unused opennhrp files and configurations
Removed unused opennhrp files and configurations
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/opennhrp.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/systemd/opennhrp.service b/src/systemd/opennhrp.service
deleted file mode 100644
index c9a44de29..000000000
--- a/src/systemd/opennhrp.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=OpenNHRP
-After=vyos-router.service
-ConditionPathExists=/run/opennhrp/opennhrp.conf
-StartLimitIntervalSec=0
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/opennhrp -d -v -a /run/opennhrp.socket -c /run/opennhrp/opennhrp.conf -s /etc/opennhrp/opennhrp-script.py -p /run/opennhrp/opennhrp.pid
-ExecReload=/usr/bin/kill -HUP $MAINPID
-PIDFile=/run/opennhrp/opennhrp.pid
-Restart=on-failure
-RestartSec=20