blob: d84745e324fbbb80e4f3177f827b426e791d58c5 [file] [log] [blame]
[Unit]
Description=ASF Boxer Service
[Service]
Type=simple
WorkingDirectory=/opt/boxer/server
ExecStart=/usr/local/bin/pipenv run python3 main.py --config /opt/boxer/boxer.yaml
Restart=always
User=www-data
Group=www-data
StandardError=journal
StandardOutput=journal
[Install]
WantedBy=multi-user.target