diff --git a/services/sv/turnstile-ready/run b/services/sv/turnstile-ready/run deleted file mode 100755 index 5b6d120..0000000 --- a/services/sv/turnstile-ready/run +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -[ -r ./conf ] && . ./conf -[ -n "$core_services" ] && SVDIR=".." sv start $core_services -[ -p "/run/turnstiled/1000/ready" ] && printf "/home/marty/.local/state/service/turnstile-ready" > "/run/turnstiled/1000/ready" -exec pause