new options

This commit is contained in:
Mateusz Gruszczyński
2025-02-24 10:18:52 +01:00
parent f58e2c5da0
commit 04c1e6d49a
8 changed files with 81 additions and 23 deletions

14
routeros_update.service Normal file
View 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