From 531a6e626c41140cc92d83dc715865377ecfec52 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 11 Aug 2023 11:19:48 +0200 Subject: [PATCH] mint.yml aktualisiert --- mint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mint.yml b/mint.yml index 2662cc4..7d87f8e 100644 --- a/mint.yml +++ b/mint.yml @@ -111,9 +111,9 @@ WantedBy=multi-user.target - name: 'add mint-config-update to startup' - command: systemctl disable mint-config-update.service + command: systemctl ensable mint-config-update.service args: - removes: /etc/systemd/system/multi-user.target.wants/mint-config-update.service + creates: /etc/systemd/system/multi-user.target.wants/mint-config-update.service - name: remove dhcpcd because NetworkManager is doing the job command: systemctl disable dhcpcd