diff options
| author | aapostoliuk <a.apostoliuk@vyos.io> | 2025-05-20 15:33:16 +0300 |
|---|---|---|
| committer | aapostoliuk <a.apostoliuk@vyos.io> | 2025-05-20 15:33:16 +0300 |
| commit | e9104fb5722c0e119220f22c1cafb2535cac0f77 (patch) | |
| tree | 4012270e18c26dd03ddcf4487801d63a51912a2c /src/systemd | |
| parent | 0801bc6c2dd155f40fd22c64f873a01e8be25c9f (diff) | |
| download | vyos-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.service | 13 |
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 |
