Skip to content

Commit eaa0d00

Browse files
committed
Document that systemd files need to be copied
Loosely based on: ec7ca6c
1 parent abd1f34 commit eaa0d00

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: doc/manual/install-judgehost.rst

+9
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ example to install DOMjudge in the directory ``domjudge`` under `/opt`::
6868
make judgehost
6969
sudo make install-judgehost
7070

71+
Example service files for the judgehost and the judgedaemon are provided in
72+
``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``.
74+
75+
.. parsed-literal::
76+
77+
cp judge/[email protected] /etc/systemd/system/
78+
cp judge/create-cgroups.service /etc/systemd/system/
79+
7180
The judgedaemon can be run on various hardware configurations;
7281

7382
- A virtual machine, typically these have 1 or 2 cores and no hyperthreading, because the kernel will schedule its own tasks on CPU 0, we advice CPU 1,

0 commit comments

Comments
 (0)