Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. $ uberspace-setup-service my-microservice node ~/html/my-microservice/node_modules/.bin/static --port 64188 -a 0.0.0.0
  2.  
  3. Congratulations - the ~/service/my-microservice service is now ready to use!
  4. To control your service you'll need the svc command (hint: svc = service control):
  5.  
  6. To start the service (hint: u = up):
  7. svc -u ~/service/my-microservice
  8. To stop the service (hint: d = down):
  9. svc -d ~/service/my-microservice
  10. To reload the service (hint: h = HUP):
  11. svc -h ~/service/my-microservice
  12. To restart the service (hint: du = down, up):
  13. svc -du ~/service/my-microservice
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement