Created
June 22, 2014 19:26
-
-
Save bjoern-r/7f0f042c937b1881fe51 to your computer and use it in GitHub Desktop.
netatalk 3.x upstart script (/etc/init/netatalk.conf)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description "netatalk afp Server" | |
author "Bjoern Riemer <bjoern.riemer-ät-web.de>" | |
start on (local-filesystems and net-device-up and started avahi-daemon) | |
#start on runlevel [2345] | |
stop on runlevel [!2345] | |
respawn | |
expect daemon | |
exec /usr/local/sbin/netatalk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment