daily pastebin goal
30%
SHARE
TWEET

Untitled

a guest Oct 19th, 2012 41 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2.  
  3. if ps ax | grep uniq_name_simple_daemon | grep -vq grep
  4. then
  5.   echo "uniq_name_simple_daemon is already running"
  6. else
  7.   echo "starting uniq_name_simple_daemon"
  8.   ./uniq_name_simple_daemon
  9. fi
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top