# Pastebin 7LmRzJR9 #!/bin/sh . /etc/rc.subr name="dummy" start_cmd="${name}_start" stop_cmd=":" dummy_start() { touch /var/run/dummy debug nothing happening debug flags ${dummy_flags} } load_rc_config $name run_rc_command "$1"