Files
thc-webhook/thc-webhook.service
2025-09-07 16:42:25 +02:00

18 lines
345 B
Desktop File

[Unit]
Description=Discord Webhook Notification Service
After=network.target
[Service]
Type=simple
User=www-data
Group=www-data
WorkingDirectory=/srv/app/thc-time
ExecStart=/srv/app/thc-time/venv/bin/python /srv/app/thc-time/main.py
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target