#!/bin/sh
[ -r ./conf ] && . ./conf
[ -n "$core_services" ] && SVDIR=".." sv start $core_services
[ -p "/run/turnstiled/1000/ready" ] && printf "/home/ProwlerGr/.config/service/turnstile-ready" > "/run/turnstiled/1000/ready"
exec pause
