diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-01 20:46:44 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-01 20:47:07 +0200 |
commit | 5ec208ed9ee060f7c1a7707dc2369c83657196e8 (patch) | |
tree | 59419760dd18a2f65b621746910e9c2fa47d4edf /data/templates/https/vyos-http-api.service.tmpl | |
parent | f38ce741c2852e4eaeeaa23736960d9a717b600f (diff) | |
download | vyos-1x-5ec208ed9ee060f7c1a7707dc2369c83657196e8.tar.gz vyos-1x-5ec208ed9ee060f7c1a7707dc2369c83657196e8.zip |
http: api: T4353: fix Jinja2 linting errors
Diffstat (limited to 'data/templates/https/vyos-http-api.service.tmpl')
-rw-r--r-- | data/templates/https/vyos-http-api.service.tmpl | 22 |
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 - |