Files
Pinger/templates/BtPing.service.template
2021-12-11 21:42:12 +01:00

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
}