#!/sbin/openrc-run PingerName= 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 }