Advertisement
SynMonger

smp startup

Nov 4th, 2011
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #!/bin/sh
  2. progname=start.sh
  3.  
  4. if [ "$(/sbin/pidof $progname)" = "" ]; then /usr/bin/screen -fa -d -m -S mcmasmp /home/syn/mcmyadmin-smp/start.sh; fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement