blob: 0ae92e71a1eec1cb9f057b2da4f6ad45a4af27f6 [file] [log] [blame]
[Unit]
Description=ASF Download Integrity Checker
[Service]
Type=simple
WorkingDirectory=/opt/download-integrity-checker
ExecStart=/usr/local/bin/pipenv run python3 main.py --forever
Restart=always
User=www-data
Group=www-data
[Install]
WantedBy=multi-user.target