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