summaryrefslogtreecommitdiff
path: root/src/systemd/vyos-http-api.service
blob: f0665e3d52ba36d1177646fc9fffa33df82c6264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=VyOS HTTP API service
After=auditd.service systemd-user-sessions.service time-sync.target

[Service]
ExecStart=/usr/libexec/vyos/services/vyos-http-api-server
ExecReload=/bin/kill -TERM $MAINPID
KillMode=process

# Does't work but leave it here
User=root
Group=vyattacfg

[Install]
WantedBy=multi-user.target