Installation (on a Debian machine):
- Install psdash
- Save the contents of the init.d script in
/etc/init.d/psdash
and edit it to fit your OS and paths - Make it exectutable:
chmod a+rx /etc/init.d/psdash
- Run
update-rc.d psdash defaults
- Start the daemon with
/etc/init.d/psdash start
Optionally, setup a proxy pass to psdash's port (TCP 5000) and add some form of authentication there.