mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 06:12:14 +01:00
11 lines
147 B
Bash
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
|
|
}
|