Delete PID file on startup
This commit is contained in:
parent
d5528cdbc9
commit
95dd17737f
1 changed files with 1 additions and 0 deletions
|
@ -18,4 +18,5 @@ if test -f "$TMPPATH" && ! test -w "$TMPPATH"; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
rm -f /atheme/var/atheme.pid
|
||||||
/atheme/bin/atheme-services -n "$@"
|
/atheme/bin/atheme-services -n "$@"
|
||||||
|
|
Loading…
Reference in a new issue