Startup Sequenceserver

What is the best way to start sequence server on mac when the computer reboots? I have tried using lingon and writing a script but nothing works quite right.

If you gem installed sequenceserver on Ruby that comes by default on Mac, copying the attached plist to ~/Library/LaunchAgents should work.

You may have to tweak the plist if your setup is different. Do note that the environment in which OSX executes a plist is different from your shell. So you will have to be careful with file paths and ‘ProgramArguments’ if you use rvm, bundler and such to start SequenceServer.

– Priyam

sequenceserver.plist (576 Bytes)