VPC : password reset,

add console redirect
This commit is contained in:
Anthony Xu 2012-09-25 15:28:27 -07:00
parent ddffdc9db7
commit 1946a9a583
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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() {