daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
11 lines
205 B
Bash
11 lines
205 B
Bash
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: mosquitto.rc,v 1.2 2018/01/11 19:27:06 rpe Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/mosquitto -d"
|
|
daemon_flags="-c ${SYSCONFDIR}/mosquitto/mosquitto.conf"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|