Add router-tools.service

This commit is contained in:
Blackwhitebear8 2025-07-06 18:01:55 +02:00
parent cf787d7c11
commit ebe67189cf

15
router-tools.service Normal file
View file

@ -0,0 +1,15 @@
[Unit]
Description=Vyos BGP route visualizer
After=network.target
[Service]
ExecStart=/usr/local/bin/gunicorn -w 4 -b 0.0.0.0:5000 app:app
WorkingDirectory=/opt/Vyos-BGP-route-visualizer
User=root
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=vyos-bgp-route-visualizer
[Install]
WantedBy=multi-user.target