File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,17 @@ endif
167
167
# Fix permissions and ownership for password files:
168
168
-$(INSTALL_USER) -m 0600 -t $(DESTDIR)$(judgehost_etcdir) \
169
169
etc/restapi.secret
170
+ @echo ""
171
+ @echo "========== Judgehost Install Completed =========="
172
+ @echo ""
173
+ @echo "Optionally:"
174
+ @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/"
176
+ @echo " - Install the judgehost service:"
177
+ @echo " cp <DOMSERVER_UNPACK_PATH>/judge/
[email protected] /etc/systemd/system/"
178
+ @echo " - You can enable the judghost on core 1 as:"
179
+ @echo " systemctl enable domjudge-judgedaemon@1"
180
+ @echo ""
170
181
171
182
check-root :
172
183
@if [ ` id -u` -ne 0 -a -z " $( QUIET) " ]; then \
You can’t perform that action at this time.
0 commit comments