{% set vrf_command = 'ip vrf exec ' + vrf + ' ' if vrf is 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