]> arthur.barton.de Git - netatalk.git/blob - distrib/initscripts/rc.gentoo.tmpl
gentoo initscript from portage netatalk.init,v 1.1 2012/09/10 14:28:03 jlec
[netatalk.git] / distrib / initscripts / rc.gentoo.tmpl
1 #!/sbin/runscript
2 # Copyright 1999-2012 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
4 #
5 # Netatalk :NETATALK_VERSION: daemons.
6
7 command=":SBINDIR:/${SVCNAME}"
8
9 depend() {
10         need net
11         use avahi-daemon
12         use logger dns
13         after entropy
14 }