From 49ebf062610d26eec1fd5cac555a05a4c19a1f26 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 3 Apr 2024 14:27:54 +0200 Subject: [PATCH] kodi.yml aktualisiert --- kodi.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kodi.yml b/kodi.yml index 23ecf51..0b24168 100644 --- a/kodi.yml +++ b/kodi.yml @@ -131,6 +131,11 @@ args: creates: /etc/systemd/system/display-manager.service + - name: 'remove smartmontools from startup' + command: systemctl disable smartmontools + args: + removes: /etc/systemd/system/smartd.service + - name: "Get current systemd default" command: "systemctl get-default" changed_when: false