webhookd/etc/systemd/system/webhookd.service
Alex Rennie-Lis ebc1aea8c7 first commit
2025-01-23 15:31:27 +00:00

17 lines
278 B
Desktop File

[Unit]
Description=Webhook Daemon
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 /usr/local/bin/webhookd.py
WorkingDirectory=/usr/local/bin
Restart=always
User=webhookd
Group=webhookd
Environment=PYTHONUNBUFFERED=1
[Install]
WantedBy=multi-user.target