#!/bin/sh # # rc.d wrapper for the custom GIF startup script # # Required rc.d headers # These tell pfSense/FreeBSD when to start this service # PROVIDE: startup_gif # REQUIRE: NETWORKING # BEFORE: LOGIN # KEYWORD: shutdown . /etc/rc.subr name="startup_gif" rcvar="startup_gif_enable" command="/usr/local/etc/rc.d/startup_gif_1_1.sh" load_rc_config $name : ${startup_gif_enable:="NO"} run_rc_command "$1"