Update router-tools.service
This commit is contained in:
parent
c85e303eb6
commit
ab942ae53f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,15 +1,15 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Vyos tools service
|
Description=Router tools service
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/local/bin/gunicorn -w 4 -b 0.0.0.0:5000 app:app
|
ExecStart=/usr/local/bin/gunicorn -w 4 -b 0.0.0.0:5000 app:app
|
||||||
WorkingDirectory=/opt/vyos-tools
|
WorkingDirectory=/opt/router-tools
|
||||||
User={PUT-A-USER}
|
User={PUT-A-USER}
|
||||||
Restart=always
|
Restart=always
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
SyslogIdentifier=vyos-tools
|
SyslogIdentifier=router-tools
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
Loading…
Add table
Add a link
Reference in a new issue