We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a800577 commit 93bcbbaCopy full SHA for 93bcbba
provision-contest/ansible/roles/judgedaemon/templates/domjudge-judgehost.target.j2
@@ -1,6 +1,6 @@
1
[Unit]
2
Description=DOMjudge judgehost running one or more judgedaemons
3
-Requires={% for core in CPUCORE %}domjudge-judgedaemon@{{ core }}.service {% endfor %}
+Requires={% for core in cpucore %}domjudge-judgedaemon@{{ core }}.service {% endfor %}
4
5
[Install]
6
WantedBy=multi-user.target
0 commit comments