new options
This commit is contained in:
14
routeros_update.service
Normal file
14
routeros_update.service
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=RouterOS Update Waitress Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
#User=routeros
|
||||
#Group=routeros
|
||||
WorkingDirectory=/opt/routeros_update
|
||||
ExecStart=/opt/routeros_update/venv/bin/python3 /opt/routeros_update/run_waitress.py
|
||||
Restart=always
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user