SHARE
TWEET
Untitled
a guest
Oct 19th, 2012
41
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #!/bin/bash
- if ps ax | grep uniq_name_simple_daemon | grep -vq grep
- then
- echo "uniq_name_simple_daemon is already running"
- else
- echo "starting uniq_name_simple_daemon"
- ./uniq_name_simple_daemon
- fi
RAW Paste Data

