Created
July 11, 2014 12:29
-
-
Save akimichi/62c694aebcf707dede8a to your computer and use it in GitHub Desktop.
upstart script for ndtpd
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
File Edit Options Buffers Tools Conf Help | |
# ndtpd | |
description "ndtpd" | |
author "Akimichi Tatsukawa <[email protected]>" | |
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