Skip to content

Commit 1bf345f

Browse files
vmcjeldering
andauthored
Apply suggestions from code review (@eldering)
Co-authored-by: Jaap Eldering <[email protected]>
1 parent 17fb1eb commit 1bf345f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ endif
175175
@echo " cp <DOMSERVER_UNPACK_PATH>/judge/create-cgroups.service /etc/systemd/system/"
176176
@echo " - Install the judgehost service:"
177177
@echo " cp <DOMSERVER_UNPACK_PATH>/judge/[email protected] /etc/systemd/system/"
178-
@echo " - You can enable the judghost on core 1 as:"
178+
@echo " - You can enable the judgehost on CPU core 1 with:"
179179
@echo " systemctl enable domjudge-judgedaemon@1"
180180
@echo ""
181181

doc/manual/install-judgehost.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ example to install DOMjudge in the directory ``domjudge`` under `/opt`::
7070

7171
Example service files for the judgehost and the judgedaemon are provided in
7272
``judge/create-cgroups.service`` and ``judge/[email protected]``. The rest of the manual assumes you install those
73-
in a location which is picked up by ``systemd`` for example ``/etc/systemd/system``.
73+
in a location which is picked up by ``systemd``, for example ``/etc/systemd/system``.
7474

7575

7676
.. parsed-literal::

0 commit comments

Comments
 (0)