diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-26 00:10:07 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-26 00:10:41 +0100 |
commit | acf90165456e87cff19f45053261667803255c8e (patch) | |
tree | 359da3e516c646cdf93bac1fb214b53c376649b2 /src/systemd | |
parent | 503123728b5c08b42746b25bf84633d6a4729227 (diff) | |
download | vyos-1x-acf90165456e87cff19f45053261667803255c8e.tar.gz vyos-1x-acf90165456e87cff19f45053261667803255c8e.zip |
http: api: T4055: add VRF support
(cherry picked from commit 4aaf0ba69139d84f89e5c3feee6edd845af8d1e5)
Diffstat (limited to 'src/systemd')
-rw-r--r-- | src/systemd/vyos-http-api.service | 21 |
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 - |