[swss] Start Arp Update Process (#5391)
Arp update process was not being started due to an issue with the directory name having an extra 'd' in supervisor as in '/etc/supervisord/conf.d/arp_update.conf'. signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
This commit is contained in:
parent
47316de5c4
commit
7515aea9db
@ -20,7 +20,7 @@ fi
|
||||
|
||||
# Start arp_update when VLAN exists
|
||||
if [ "$VLAN" != "" ]; then
|
||||
cp /usr/share/sonic/templates/arp_update.conf /etc/supervisord/conf.d/
|
||||
cp /usr/share/sonic/templates/arp_update.conf /etc/supervisor/conf.d/
|
||||
fi
|
||||
|
||||
exec /usr/bin/supervisord
|
||||
|
Reference in New Issue
Block a user