diff --git a/vyos-tools.service b/router-tools.service similarity index 68% rename from vyos-tools.service rename to router-tools.service index e778995..00c0b25 100644 --- a/vyos-tools.service +++ b/router-tools.service @@ -1,15 +1,15 @@ [Unit] -Description=Vyos tools service +Description=Router tools service After=network.target [Service] 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} Restart=always StandardOutput=syslog StandardError=syslog -SyslogIdentifier=vyos-tools +SyslogIdentifier=router-tools [Install] WantedBy=multi-user.target \ No newline at end of file