]> arthur.barton.de Git - netatalk.git/blob - distrib/initscripts/rc.papd.netbsd.tmpl
bcce58e6d3143380640eb0624bdef1e89816f35f
[netatalk.git] / distrib / initscripts / rc.papd.netbsd.tmpl
1 #!/bin/sh
2 #
3 # PROVIDE: papd
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="papd"
14 rcvar=$name
15 command=":SBINDIR:/papd"
16 pidfile="/var/run/${name}.pid"
17 required_files=":ETCDIR:/papd.conf"
18
19 load_rc_config $name
20 run_rc_command "$1"
21