Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit f044175

Browse files
authored
Merge pull request #40 from linuxserver/localhost-fedora
2 parents 08477a3 + 24884fc commit f044175

File tree

2 files changed

+2
-2
lines changed
  • root/etc/s6-overlay/s6-rc.d

2 files changed

+2
-2
lines changed

root/etc/s6-overlay/s6-rc.d/svc-guacd/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# Run guacd
44
exec \
5-
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 4822" \
5+
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 4822" \
66
/usr/sbin/guacd -f -b 0.0.0.0 -l 4822

root/etc/s6-overlay/s6-rc.d/svc-web/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
HOME="/config"
44

55
exec \
6-
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 ${CUSTOM_PORT:=3000}" \
6+
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost ${CUSTOM_PORT:=3000}" \
77
cd /gclient s6-setuidgid abc node app.js

0 commit comments

Comments
 (0)