easyctf-iv-platform/judge/systemd/judge.service

13 lines
231 B
SYSTEMD
Raw Normal View History

2018-02-21 04:37:10 +00:00
[Unit]
Description=indepedent judging unit
[Service]
Restart=always
Environment=\"API_KEY=$API_KEY\"
Environment=\"JUDGE_URL=$JUDGE_URL\"
ExecStart=$PYTHON $PROJECT_DIRECTORY/judge.py
ExecStop=:
[Install]
WantedBy=default.target