]> arthur.barton.de Git - netatalk.git/blob - distrib/initscripts/rc.timelord.netbsd.tmpl
23d3ae278144d777ff6bc1f8ee2238594a1772dc
[netatalk.git] / distrib / initscripts / rc.timelord.netbsd.tmpl
1 #!/bin/sh
2 #
3 # PROVIDE: timelord
4 # REQUIRE: atalkd
5 #
6 # AppleTalk daemons. Make sure not to start atalkd in the background:
7 # its data structures must have time to stablize before running the
8 # other processes.
9 #
10
11 . /etc/rc.subr
12
13 name="timelord"
14 rcvar=$name
15 command=":SBINDIR:/timelord"
16 pidfile="/var/run/${name}.pid"
17
18 load_rc_config $name
19 run_rc_command "$1"
20