mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
kandra: Add teleport services to "needsrestart" skip list.
These are often how one is connected to the node, and restarting them would drop the connection one us actively using.
This commit is contained in:
committed by
Tim Abbott
parent
6ae7ed580e
commit
49422c05c8
@@ -7,6 +7,7 @@ my @ignore = (
|
||||
qr/^rabbitmq-server\.service$/,
|
||||
qr/^redis-server\.service$/,
|
||||
qr/^supervisor\.service$/,
|
||||
qr/^teleport(\w*)\.service$/,
|
||||
);
|
||||
|
||||
$nrconf{override_rc}{$_} = 0 for @ignore;
|
||||
|
Reference in New Issue
Block a user