freebsd-dev/etc/rc.d/utx
Ed Schouten 18568efd19 Avoid using BEFORE in the utx rc script.
Requested by:	dougb
2012-02-12 07:45:48 +00:00

18 lines
204 B
Bash
Executable File

#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: utx
# REQUIRE: DAEMON cleanvar
# KEYWORD: shutdown
. /etc/rc.subr
name="utx"
start_cmd="utx boot"
stop_cmd="utx shutdown"
load_rc_config $name
run_rc_command "$1"