Skip to content

Instantly share code, notes, and snippets.

@jeena
Created February 26, 2015 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeena/010ae6d009edf2c1a82a to your computer and use it in GitHub Desktop.
Save jeena/010ae6d009edf2c1a82a to your computer and use it in GitHub Desktop.
root@localhost:~/pcloud# cat /etc/init/pcloud.conf
start on runlevel [2345]
stop on runlevel [016]
respawn
script
cd /root/pcloud
npm start
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment