File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ added kernel options. On VM hosting providers such as Google Cloud or
178
178
DigitalOcean, ``GRUB_CMDLINE_LINUX_DEFAULT `` may be overwritten
179
179
by other files in ``/etc/default/grub.d/ ``.
180
180
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
182
182
the actual cgroups that DOMjudge will use, run::
183
183
184
184
sudo systemctl enable create-cgroups --now
@@ -231,3 +231,6 @@ the judgedaemon.
231
231
The judgedaemon can also be run as a service by running::
232
232
233
233
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 `.
You can’t perform that action at this time.
0 commit comments