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