update service file
All checks were successful
Build & Push Docker / docker (push) Successful in 53s

This commit is contained in:
Tristan 2026-01-08 12:17:53 +01:00
commit a0f8dd5a12

View file

@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
User=notify
WorkingDirectory=/opt/notify-webhook
WorkingDirectory=/opt/notify-webhook/app
Environment=PATH=/opt/notify-webhook/venv/bin
ExecStart=/opt/notify-webhook/venv/bin/python app.py
Restart=always