aports/testing/turnstile/turnstiled.initd
2023-03-15 06:48:54 +01:00

11 lines
147 B
Bash

#!/sbin/openrc-run
name=turnstiled
command="/usr/bin/turnstiled"
command_background=true
pidfile="/run/$RC_SVCNAME.pid"
depend() {
need seatd
}