Skip to content

Server Configuration

Marak edited this page Dec 21, 2013 · 2 revisions

Process monitor

Used to run safewallet's binary processes ( frontend / deposits / withdrawals ).

Installation

git clone https://github.com/visionmedia/mon
cd mon
make install

Running a process as a background daemon with logs

 mon -d "node bin/frontend"
Clone this wiki locally