Skip to content

Instantly share code, notes, and snippets.

@akimichi
Created July 11, 2014 12:29
Show Gist options
  • Save akimichi/62c694aebcf707dede8a to your computer and use it in GitHub Desktop.
Save akimichi/62c694aebcf707dede8a to your computer and use it in GitHub Desktop.
upstart script for ndtpd
File Edit Options Buffers Tools Conf Help
# ndtpd
description "ndtpd"
author "Akimichi Tatsukawa <akimichi.tatsukawa@gmail.com>"
start on runlevel [2345]
stop on runlevel [06]
env DAEMON=/usr/sbin/ndtpd
expect fork
respawn
script
exec $DAEMON
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment