blob: 1297d2e38ae3c95c3091c91ef927e09dc6ff2872 [file]
[Unit]
Description=GitHub Merge Queue Notifier
[Service]
Type=simple
WorkingDirectory=/opt/github-merge-queue-notifier
ExecStart=/usr/local/bin/pipenv run hypercorn mergequeue:app -b localhost:8085 -w 5
Restart=always
User=www-data
Group=www-data
[Install]
WantedBy=multi-user.target