0

I use Redmine with Passenger, RVM and Linux. To start Redmine I use next commands:

su redmine
cd /www/public/redmine
rvmsudo passenger start -p 85 -d --user=pass

What is the best way to start it automatically when Linux starts?

ceth
  • 506
  • 1
  • 7
  • 16

1 Answers1

0

We use daemontools on our servers for these kind of things.

Hongli Lai
  • 2,112
  • 4
  • 22
  • 27