Files
bleh/dist/openrc/blehd

18 lines
304 B
Plaintext

#!/sbin/openrc-run
name="blehd"
description="Bleh MXW01 privileged helper daemon"
command="/usr/local/bin/blehd"
command_args="--socket /run/bleh/blehd.sock --group bleh"
command_background=true
pidfile="/run/${name}.pid"
start_pre() {
checkpath -d -m 0755 /run/bleh
}
depend() {
after bluetooth
}