From c3600595adc2035e07d554ec1acee9158fe7718a Mon Sep 17 00:00:00 2001 From: Tobias Wiese Date: Mon, 1 Feb 2021 23:05:46 +0100 Subject: needrestart: check if a restart is required Performing upgrades doesn't help if the outdated version is still running. Use needrestart to determine if an application is running with an outdated version if itself or a library or the system is running without an outdated kernel. Signed-off-by: Tobias Wiese --- zones.d/global-templates/services.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'zones.d/global-templates/services.conf') diff --git a/zones.d/global-templates/services.conf b/zones.d/global-templates/services.conf index 23c2a91..2b33cbe 100644 --- a/zones.d/global-templates/services.conf +++ b/zones.d/global-templates/services.conf @@ -55,6 +55,14 @@ apply Service "systemd" { assign where host.vars.init == "systemd" } +apply Service "needrestart" { + import "generic-service" + + check_command = "needrestart" + + assign where host.vars.kernel == "linux" +} + /* OS specific basic health checks */ apply Service "apt" { import "generic-service" -- cgit v1.2.3