Skip to content

Commit fe19b47

Browse files
tls track config.sh - stop graylog and datanode services at the very end
Signed-off-by: William Trelawny <william.trelawny@graylog.com>
1 parent f979974 commit fe19b47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

instruqt/tls/scripts/config.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,7 @@ chmod +x /root/generate_certs.sh
4242

4343
# Add student CNAME to /etc/cloud/templates/hosts.debian.tmpl to prevent "Unable to call proxied resource" errors in server.log
4444
# as well as allow apps to resolve this hostname after instance pause & resume:
45-
#echo "127.0.0.1 $dns.instruqt.io" >> /etc/cloud/templates/hosts.debian.tmpl
45+
#echo "127.0.0.1 $dns.instruqt.io" >> /etc/cloud/templates/hosts.debian.tmpl
46+
47+
# Stop Graylog and Data Node processes to prevent ugly browser popup asking you to immediately log in to Graylog:
48+
systemctl stop graylog-server.service graylog-datanode.service

0 commit comments

Comments
 (0)