summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-12-26 00:10:07 +0100
committerChristian Poessinger <christian@poessinger.com>2021-12-26 00:10:07 +0100
commit4aaf0ba69139d84f89e5c3feee6edd845af8d1e5 (patch)
tree6c5c2168edee8aacbdb8a5875a1703c161b8d0a6 /src/systemd
parentd767d8774613d7e9b2bd860b2604c7770eff2402 (diff)
downloadvyos-1x-4aaf0ba69139d84f89e5c3feee6edd845af8d1e5.tar.gz
vyos-1x-4aaf0ba69139d84f89e5c3feee6edd845af8d1e5.zip
http: api: T4055: add VRF support
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/vyos-http-api.service21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/systemd/vyos-http-api.service b/src/systemd/vyos-http-api.service
deleted file mode 100644
index 55370b356..000000000
--- a/src/systemd/vyos-http-api.service
+++ /dev/null
@@ -1,21 +0,0 @@
-[Unit]
-Description=VyOS HTTP API service
-After=vyos-router.service
-Requires=vyos-router.service
-
-[Service]
-ExecStart=/usr/libexec/vyos/services/vyos-http-api-server
-Type=idle
-
-SyslogIdentifier=vyos-http-api
-SyslogFacility=daemon
-
-Restart=on-failure
-
-# Does't work but leave it here
-User=root
-Group=vyattacfg
-
-[Install]
-WantedBy=vyos.target
-