Guest User

Untitled

a guest
Jun 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #
  2. # Check the status of bluepill monitored daemons
  3. #
  4.  
  5. namespace :monitor do
  6. desc "Get status of bluepill monitored daemons."
  7. task :daemons, :roles => :app do
  8. sudo "bluepill status"
  9. end
  10.  
  11. end
Add Comment
Please, Sign In to add comment