Kickstart Walker service if it goes down

This commit is contained in:
Ryan Hughes
2025-10-16 11:27:14 -04:00
parent f81f9dd181
commit 96eed35b51

View File

@@ -5,4 +5,9 @@ if ! pgrep -x elephant > /dev/null; then
setsid uwsm-app -- elephant & setsid uwsm-app -- elephant &
fi fi
# Ensure walker service is running
if ! pgrep -f "walker --gapplication-service" > /dev/null; then
setsid uwsm-app -- walker --gapplication-service &
fi
exec walker "$@" exec walker "$@"