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:
Alex Vandiver
2024-04-18 18:05:30 -04:00
committed by Tim Abbott
parent 6ae7ed580e
commit 49422c05c8

View File

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