Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
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