mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Note that `rc' and `rc.shutdown' could not be imported because we already have files with those names.
16 lines
217 B
Bash
Executable file
16 lines
217 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $NetBSD: timed,v 1.3 2000/05/13 08:45:09 lukem Exp $
|
|
#
|
|
|
|
# PROVIDE: timed
|
|
# REQUIRE: DAEMON
|
|
|
|
. /etc/rc.subr
|
|
|
|
name="timed"
|
|
rcvar=$name
|
|
command="/usr/sbin/${name}"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|