mirror of https://github.com/apache/cloudstack.git
debian: Add JNA flag when starting agent
In some situations local JNA libraries might prevent the agent from starting.
This commit is contained in:
parent
b6fe4e2168
commit
7cd2b2ae89
|
|
@ -96,7 +96,7 @@ start() {
|
|||
|
||||
wait_for_network
|
||||
|
||||
if start_daemon -p $PIDFILE $DAEMON -cp "$CLASSPATH" -pidfile "$PIDFILE" -errfile SYSLOG $CLASS
|
||||
if start_daemon -p $PIDFILE $DAEMON -cp "$CLASSPATH" -Djna.nosys=true -pidfile "$PIDFILE" -errfile SYSLOG $CLASS
|
||||
RETVAL=$?
|
||||
then
|
||||
rc=0
|
||||
|
|
|
|||
Loading…
Reference in New Issue