summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-05-20 16:02:23 +0100
committerGitHub <noreply@github.com>2025-05-20 16:02:23 +0100
commit19b32d22b60df9d9389f126d1979391351e1b4d3 (patch)
tree84f5c45b6e425b91f0f88fcc429db19a1fcceac5 /src/systemd
parent22310904c95003585dd24f2d071458d598ce047d (diff)
parente9104fb5722c0e119220f22c1cafb2535cac0f77 (diff)
downloadvyos-1x-19b32d22b60df9d9389f126d1979391351e1b4d3.tar.gz
vyos-1x-19b32d22b60df9d9389f126d1979391351e1b4d3.zip
Merge pull request #4519 from aapostoliuk/T7462-current
opennhrp: T7462: 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