From f7c2859152ffbd1ee37735d7f22ecfb3e9d44a09 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 5 Aug 2024 16:33:46 +0100 Subject: Specify containerd-service-type manually, as is now required It is required by docker-service-type, but not activated automatically anymore, presumably to force manual configuration. --- tw/system.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tw/system.scm') diff --git a/tw/system.scm b/tw/system.scm index 67dea549..e4aee963 100644 --- a/tw/system.scm +++ b/tw/system.scm @@ -230,6 +230,8 @@ ACTION!=\"remove\", SUBSYSTEM==\"leds\", GROUP=\"video\", MODE=\"0664\" (service docker-service-type) + (service containerd-service-type) ; required by `docker-service-type' + (service krb5-service-type (krb5-configuration (default-realm "CERN.CH") -- cgit v1.2.3