6 lines
105 B
Bash
6 lines
105 B
Bash
MODDIR=${0%/*}
|
|
cd $MODDIR
|
|
|
|
# Fork-based supervisor for instant restart
|
|
./supervisor ./daemon "$MODDIR" &
|