From d34cd9572dd6285b92d3e0f8f80dc109a674c205 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 26 Jun 2021 23:38:57 +0200 Subject: Debian: disable systemd salt-minion configuration - all handled in vyos-build --- debian/vyos-1x.postinst | 5 ----- 1 file changed, 5 deletions(-) (limited to 'debian') diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst index 2d7411061..2c30371f5 100644 --- a/debian/vyos-1x.postinst +++ b/debian/vyos-1x.postinst @@ -1,9 +1,4 @@ #!/bin/sh -e -if ! deb-systemd-helper --quiet was-enabled salt-minion.service; then - # Enables the unit on first installation, creates new - # symlinks on upgrades if the unit file has changed. - deb-systemd-helper disable salt-minion.service >/dev/null || true -fi # Turn off Debian default for %sudo sed -i -e '/^%sudo/d' /etc/sudoers || true -- cgit v1.2.3