fb61cc1e64
BEFORE: in utx MFC after: 1 week
19 lines
223 B
Bash
Executable File
19 lines
223 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: utx
|
|
# REQUIRE: DAEMON FILESYSTEMS
|
|
# BEFORE: LOGIN
|
|
# KEYWORD: shutdown
|
|
|
|
. /etc/rc.subr
|
|
|
|
name="utx"
|
|
start_cmd="utx boot"
|
|
stop_cmd="utx shutdown"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|