mirror of https://github.com/apache/cloudstack.git
parent
ddffdc9db7
commit
1946a9a583
|
|
@ -105,7 +105,7 @@ vpcrouting_svcs() {
|
|||
chkconfig keepalived off
|
||||
chkconfig conntrackd off
|
||||
chkconfig apache2 off
|
||||
echo "ssh haproxy dnsmasq" >> /var/cache/cloud/enabled_svcs
|
||||
echo "ssh haproxy dnsmasq" > /var/cache/cloud/enabled_svcs
|
||||
echo "cloud cloud-passwd-srvr apache2 nfs-common portmap keepalived conntrackd" > /var/cache/cloud/disabled_svcs
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ desetup_dnsmasq() {
|
|||
|
||||
setup_passwdsvcs() {
|
||||
logger -t cloud "Setting up password service for network $ip/$mask, eth $dev "
|
||||
nohup bash /opt/cloud/bin/vpc_passwd_server $ip &
|
||||
nohup bash /opt/cloud/bin/vpc_passwd_server $ip >/dev/null 2>&1 &
|
||||
}
|
||||
|
||||
desetup_passwdsvcs() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue