Skip to content

Commit

Permalink
Merge pull request #5234 from liulinC/private/linl/fix-networkd
Browse files Browse the repository at this point in the history
Fixup xcp-networkd service name
  • Loading branch information
liulinC authored Nov 8, 2023
2 parents 3527d33 + fef8944 commit e90e329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/xe-reset-networking
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Type 'no' to cancel.

# Reconfigure new management interface
print("Reconfiguring " + device + "...")
os.system('service xcp-network stop >/dev/null 2>/dev/null')
os.system('systemctl stop xcp-networkd >/dev/null 2>/dev/null')
try:
os.remove('/var/lib/xcp/networkd.db')
except Exception as e:
Expand Down

0 comments on commit e90e329

Please sign in to comment.