update service check for sesman as it now listens on a socket

This commit is contained in:
thelamer 2024-03-16 11:10:42 -07:00
parent 0c7bfd652a
commit 95b6c8fa6d

View File

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