foreversd / forever

A simple CLI tool for ensuring that a given script runs continuously (i.e. forever)
http://github.com/foreverjs/forever
MIT License
13.86k stars 947 forks source link

Is forever compatible with pass phrases? #652

Closed danifr closed 8 years ago

frankcash commented 9 years ago

What do you mean pass phrases?

danifr commented 9 years ago

Sorry, I should have explained this better.

I have a XenOrchestra server. I want to start the process using forever (info https://github.com/vatesfr/xo/blob/master/doc/installation/manual_installation.md#misc). I configured my xo to use https/ssl with a pass phrase and it works fine if I start it manually.

My question is: Is there a way to start a server that uses a pass phrase using forever? Thanks so much, Dani.

danifr commented 9 years ago

Nothing?

indexzero commented 8 years ago

@danifr any parameters can be passed to the child process after the script portion of the command. e.g.:

forever start my-script.js --any argument --to my --script "dotjs"