Skip to content

Instantly share code, notes, and snippets.

@bjoern-r
Created June 22, 2014 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoern-r/7f0f042c937b1881fe51 to your computer and use it in GitHub Desktop.
Save bjoern-r/7f0f042c937b1881fe51 to your computer and use it in GitHub Desktop.
netatalk 3.x upstart script (/etc/init/netatalk.conf)
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