[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