Use localhost instead of 127.0.0.1 in readiness check

This commit is contained in:
TheSpad 2022-10-19 15:34:59 +01:00
parent 9934ad0ef8
commit 6c2e89c809
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@
fdmove -c 2 1
# Notify service manager when xrdp is up
s6-notifyoncheck -w 500 -c "nc -z 127.0.0.1 3350"
s6-notifyoncheck -w 500 -c "nc -z localhost 3350"
/usr/sbin/xrdp-sesman --nodaemon

View File

@ -4,7 +4,7 @@
fdmove -c 2 1
# Notify service manager when xrdp is up
s6-notifyoncheck -w 500 -c "nc -z 127.0.0.1 3389"
s6-notifyoncheck -w 500 -c "nc -z localhost 3389"
# set env
s6-env DISPLAY=:1