Last active
December 19, 2015 05:39
-
-
Save joeymink/5906082 to your computer and use it in GitHub Desktop.
My quick-and-dirty upstart for OpenDS
This file contains hidden or 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
| # 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