blob: 0368e93705200ae137fb95840fc7e813131b5d7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#!/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
}
|