mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
2008-05-21 Ramon Novoa <rnovoa@artica.es>
* util/tentacle_serverd: Removed unused code. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@837 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
be0f836dda
commit
2c8242b6fc
@ -1,3 +1,7 @@
|
|||||||
|
2008-05-21 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* util/tentacle_serverd: Removed unused code.
|
||||||
|
|
||||||
2008-05-19 Ramon Novoa <rnovoa@artica.es>
|
2008-05-19 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* bin/pandora_server: Added support to process multiple data
|
* bin/pandora_server: Added support to process multiple data
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Tentacle server simple startup script (no pid file is written).
|
# Tentacle server simple startup script (no pid file is written).
|
||||||
# Ramon Novoa <rnovoa@artica.es>
|
# Ramon Novoa <rnovoa@artica.es>
|
||||||
# Linux Version (generic)
|
# Linux Version (generic)
|
||||||
# v0.1 Build 010407
|
# v0.1 Build 210508
|
||||||
|
|
||||||
# chkconfig: 2345 55 25
|
# chkconfig: 2345 55 25
|
||||||
# description: Tentacle server
|
# description: Tentacle server
|
||||||
@ -50,8 +50,6 @@ case "$1" in
|
|||||||
if [ ! -z "$TENTACLE_PID" ]; then
|
if [ ! -z "$TENTACLE_PID" ]; then
|
||||||
echo "Tentacle server is already running with PID $TENTACLE_PID."
|
echo "Tentacle server is already running with PID $TENTACLE_PID."
|
||||||
exit 1
|
exit 1
|
||||||
else
|
|
||||||
rm -f $TENTACLE_PID_FILE
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo -u $TENTACLE_USER ${TENTACLE_PATH}$TENTACLE_DAEMON $TENTACLE_OPTS
|
sudo -u $TENTACLE_USER ${TENTACLE_PATH}$TENTACLE_DAEMON $TENTACLE_OPTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user