blob: 92b98e9b1a67654afcb6585d9f500aef5647e5e8 [file] [log] [blame]
[Unit]
Description=GitHub Actions Notifier
[Service]
Type=simple
WorkingDirectory=/opt/gha-notifier
ExecStart=/usr/local/bin/pipenv run python3 ghactions.py
Restart=always
User=www-data
Group=www-data
[Install]
WantedBy=multi-user.target