mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
2009-08-23 Sancho Lerena <slerena@artica.es>
* util/tentacle_serverd: Using SU instead SUDO, idea from "paco", from our forums. This makes this script much more compatible with other systems, because sudo is not so common. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1876 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
80bae59f26
commit
4656b5e8b7
@ -1,3 +1,9 @@
|
|||||||
|
2009-08-23 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* util/tentacle_serverd: Using SU instead SUDO, idea from
|
||||||
|
"paco", from our forums. This makes this script much more
|
||||||
|
compatible with other systems, because sudo is not so common.
|
||||||
|
|
||||||
2009-08-22 Sancho Lerena <slerena@artica.es>
|
2009-08-22 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* util/agent_names.txt, util/pandora_xml_stress.conf: delete this files
|
* util/agent_names.txt, util/pandora_xml_stress.conf: delete this files
|
||||||
|
@ -64,7 +64,7 @@ case "$1" in
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo -u $TENTACLE_USER ${TENTACLE_PATH}$TENTACLE_DAEMON $TENTACLE_OPTS
|
su $TENTACLE_USER -c "${TENTACLE_PATH}$TENTACLE_DAEMON $TENTACLE_OPTS"
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
TENTACLE_PID=`get_pid`
|
TENTACLE_PID=`get_pid`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user