blob: 886fbac52afd5a4cc9e2e8b96d3fbde0d2607e96 [file] [log] [blame]
[Unit]
Description=GitHub Discussions Notifier
[Service]
Type=simple
WorkingDirectory=/opt/github-discussions-notifier
ExecStart=/usr/local/bin/pipenv run python3 ghd-notifier.py
Restart=always
User=www-data
Group=www-data
[Install]
WantedBy=multi-user.target