Skip to content

Commit 39b0639

Browse files
author
Michael Vasseur
committed
And the rest of the review
1 parent 1bf345f commit 39b0639

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ endif
172172
@echo ""
173173
@echo "Optionally:"
174174
@echo " - Install the create-cgroup service to setup the secure judging restrictions:"
175-
@echo " cp <DOMSERVER_UNPACK_PATH>/judge/create-cgroups.service /etc/systemd/system/"
175+
@echo " cp judge/create-cgroups.service /etc/systemd/system/"
176176
@echo " - Install the judgehost service:"
177-
@echo " cp <DOMSERVER_UNPACK_PATH>/judge/[email protected] /etc/systemd/system/"
177+
@echo " cp judge/[email protected] /etc/systemd/system/"
178178
@echo " - You can enable the judgehost on CPU core 1 with:"
179179
@echo " systemctl enable domjudge-judgedaemon@1"
180180
@echo ""

doc/manual/install-judgehost.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ in a location which is picked up by ``systemd``, for example ``/etc/systemd/syst
7575

7676
.. parsed-literal::
7777
78-
cp <DOMSERVER_UNPACK_PATH>/judge/[email protected] /etc/systemd/system/
79-
cp <DOMSERVER_UNPACK_PATH>/judge/create-cgroups.service /etc/systemd/system/
78+
cp judge/[email protected] /etc/systemd/system/
79+
cp judge/create-cgroups.service /etc/systemd/system/
8080
8181
The judgedaemon can be run on various hardware configurations;
8282

0 commit comments

Comments
 (0)