Guest User

Untitled

a guest
Jan 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. service EXAMPLE_SERVICE start
  2. service EXAMPLE_SERVICE stop
  3. service EXAMPLE_SERVICE restart
  4.  
  5. #!/bin/bash
  6. while true
  7. do
  8. (php -f cli.php bash:v1:issueEvents)
  9. (php -f cli.php bash:v1:processSomeOrderAction)
  10. (php -f cli.php bash:v1:processSomeEquiryAction)
  11. sleep 10
  12. done
Add Comment
Please, Sign In to add comment