Skip to content

Instantly share code, notes, and snippets.

@joeymink
Last active December 19, 2015 05:39
Show Gist options
  • Save joeymink/5906082 to your computer and use it in GitHub Desktop.
Save joeymink/5906082 to your computer and use it in GitHub Desktop.
My quick-and-dirty upstart for OpenDS
# opends
description "OpenDS LDAP Server"
author "Joey Mink <[email protected]>"
start on (filesystem and net-device-up IFACE=lo)
setuid opends
exec /opt/OpenDS-2.3.0-build003/bin/start-ds --nodetach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment