]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/rc.d/timed
- Reset stable/10 back to -PRERELEASE status now that releng/10.4
[FreeBSD/stable/10.git] / etc / rc.d / timed
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: timed
7 # REQUIRE: DAEMON
8 # BEFORE:  LOGIN
9 # KEYWORD: nojail shutdown
10
11 . /etc/rc.subr
12
13 name="timed"
14 rcvar="timed_enable"
15 command="/usr/sbin/${name}"
16
17 load_rc_config $name
18 run_rc_command "$1"