13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
#!/sbin/openrc-run
|
|
PingerName=<NAME>
|
|
|
|
name=$RC_SVCNAME
|
|
description="Smartpinger ${PingerName}"
|
|
supervisor="supervise-daemon"
|
|
command="/opt/Pinger/bin/BtPing.sh"
|
|
command_args="${PingerName}"
|
|
command_user="root"
|
|
|
|
depend() {
|
|
after net bluetooth
|
|
} |