diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-05-14 20:14:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 20:14:34 +0300 |
commit | f45b1b598c024194d1f8c7e2e3e5c17354f6c8f3 (patch) | |
tree | 586f8db96e5b5201bf55ee3cfe6b4d6c17f4b697 /src/systemd/miniupnpd.service | |
parent | be41ac33f37bbf740d20021c66dc8fd048a68520 (diff) | |
parent | 7c438caa2c21101cbefc2eec21935ab55af19c46 (diff) | |
download | vyos-1x-f45b1b598c024194d1f8c7e2e3e5c17354f6c8f3.tar.gz vyos-1x-f45b1b598c024194d1f8c7e2e3e5c17354f6c8f3.zip |
Merge pull request #3452 from sever-sever/T3420
T3420: Remove service upnp
Diffstat (limited to 'src/systemd/miniupnpd.service')
-rw-r--r-- | src/systemd/miniupnpd.service | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/systemd/miniupnpd.service b/src/systemd/miniupnpd.service deleted file mode 100644 index 51cb2eed8..000000000 --- a/src/systemd/miniupnpd.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=UPnP service -ConditionPathExists=/run/upnp/miniupnp.conf -After=vyos-router.service -StartLimitIntervalSec=0 - -[Service] -WorkingDirectory=/run/upnp -Type=simple -ExecStart=/usr/sbin/miniupnpd -d -f /run/upnp/miniupnp.conf -PrivateTmp=yes -PIDFile=/run/miniupnpd.pid -Restart=on-failure |