services: Remove turnstile-ready service run file

It is automatically supplied by turnstile runit backend and does not
need need to be manually set by us.
This commit is contained in:
Marty Oehme 2025-09-17 12:41:33 +02:00
parent 6ea43fb199
commit bb8a41725a
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -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