routeros_update/routeros_update.service
Mateusz Gruszczyński 04c1e6d49a new options
2025-02-24 10:18:52 +01:00

15 lines
322 B
Desktop File

[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