Merge "Clean up the stale files"
This commit is contained in:
commit
83353f1518
@ -5,4 +5,4 @@ TAR="$TAR_NAME-$SHA.tar.gz"
|
|||||||
|
|
||||||
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/* "
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/* "
|
||||||
|
|
||||||
TIS_PATCH_VER=6
|
TIS_PATCH_VER=7
|
||||||
|
@ -56,8 +56,8 @@ index 217d942..a5950a4 100644
|
|||||||
source /etc/apache2/envvars
|
source /etc/apache2/envvars
|
||||||
fi
|
fi
|
||||||
|
|
||||||
+ # Get rid of stale pid file if present.
|
+ # Get rid of stale pid, shared memory segment and wsgi sock files if present.
|
||||||
+ rm -f /var/run/apache2/*.pid
|
+ rm -f /var/run/apache2/*
|
||||||
+
|
+
|
||||||
# Start Apache2
|
# Start Apache2
|
||||||
exec apache2 -DFOREGROUND
|
exec apache2 -DFOREGROUND
|
||||||
|
Loading…
x
Reference in New Issue
Block a user