#!/sbin/openrc-run name="MQTT Publisher" command="/usr/local/bin/${RC_SVCNAME}" description="MQTT publisher" pidfile="/var/run/${RC_SVCNAME}.pid" command_args="$ARGS" depend() { need net }