Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cp lobberstoragenode /etc/init.d/lobberstoragenode
chmod 755 /etc/init.d/lobberstoragenode

Then run update-rc to make the storage node start on boot.

Code Block

update-rc.d lobberstoragenode defaults

Start the storage node:

Code Block
/etc/init.d/lobberstoragenode webapp start

...