summaryrefslogtreecommitdiff
path: root/data/templates/https/vyos-http-api.service.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/https/vyos-http-api.service.tmpl')
-rw-r--r--data/templates/https/vyos-http-api.service.tmpl22
1 files changed, 0 insertions, 22 deletions
diff --git a/data/templates/https/vyos-http-api.service.tmpl b/data/templates/https/vyos-http-api.service.tmpl
deleted file mode 100644
index fb424e06c..000000000
--- a/data/templates/https/vyos-http-api.service.tmpl
+++ /dev/null
@@ -1,22 +0,0 @@
-{% set vrf_command = 'ip vrf exec ' ~ vrf ~ ' ' if vrf is vyos_defined else '' %}
-[Unit]
-Description=VyOS HTTP API service
-After=vyos-router.service
-Requires=vyos-router.service
-
-[Service]
-ExecStart={{ vrf_command }}/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
-