Skip to content

Commit ff3bc22

Browse files
committed
Clarify in docs that service files are not default installed (in
non-FHS).
1 parent 18a26c7 commit ff3bc22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/manual/install-judgehost.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ added kernel options. On VM hosting providers such as Google Cloud or
178178
DigitalOcean, ``GRUB_CMDLINE_LINUX_DEFAULT`` may be overwritten
179179
by other files in ``/etc/default/grub.d/``.
180180

181-
You have now configured the system to use cgroups. To create
181+
You have now configured the system to use cgroups. In a FHS install, to create
182182
the actual cgroups that DOMjudge will use, run::
183183

184184
sudo systemctl enable create-cgroups --now
@@ -231,3 +231,6 @@ the judgedaemon.
231231
The judgedaemon can also be run as a service by running::
232232

233233
sudo systemctl enable --now domjudge-judgehost
234+
235+
This only works in a FHS install, if the judgehost has been installed with another
236+
option those `service` files have to manually copied to the right directory e.g. `/etc/systemd`.

0 commit comments

Comments
 (0)