Skip to content

Commit ce7b117

Browse files
committed
fix(ns-ha): do not stop rpcd service
1 parent abf00a7 commit ce7b117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ns-ha/files/ns-ha-disable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def disable_hotspot():
6565

6666
def stop_services():
6767
services = set()
68-
exceptions = {'nginx', 'dropbear'}
68+
exceptions = {'nginx', 'dropbear', 'rpcd'}
6969
hotplug_dir = "/etc/hotplug.d/keepalived"
7070
try:
7171
for fname in sorted(os.listdir(hotplug_dir)):

0 commit comments

Comments
 (0)