blob: aec9584657df39ff1538054f565cf492696c48d1 [file] [log] [blame]
[Unit]
Description=ASF IRC Commit Bot
[Service]
Type=simple
WorkingDirectory=/opt/commitbot
ExecStart=/usr/local/bin/pipenv run python3 commitbot.py
Restart=always
User=www-data
Group=www-data
[Install]
WantedBy=multi-user.target