]> arthur.barton.de Git - netatalk.git/blob - distrib/initscripts/rc.gentoo.tmpl
Merge remote-tracking branch 'origin/develop' into spotlight
[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 }