diff --git a/mint.yml b/mint.yml index 241719c..363277c 100644 --- a/mint.yml +++ b/mint.yml @@ -111,9 +111,9 @@ WantedBy=multi-user.target - name: 'add mint-config-update to startup' - command: systemctl enable mint-config-update.service + command: systemctl disable mint-config-update.service args: - creates: /etc/systemd/system/multi-user.target.wants/mint-config-update.service + removes: /etc/systemd/system/multi-user.target.wants/mint-config-update.service - name: remove dhcpcd because NetworkManager is doing the job command: systemctl disable dhcpcd