summaryrefslogtreecommitdiff
path: root/debian/vyos-1x.postinst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-26 23:38:57 +0200
committerGitHub <noreply@github.com>2021-06-26 23:38:57 +0200
commitd34cd9572dd6285b92d3e0f8f80dc109a674c205 (patch)
tree5e1fa2bf57fdc412b7a882cff962f325a87e418d /debian/vyos-1x.postinst
parentefcce444dbc01bd310c2e19e87e5f0bdc4031a17 (diff)
downloadvyos-1x-d34cd9572dd6285b92d3e0f8f80dc109a674c205.tar.gz
vyos-1x-d34cd9572dd6285b92d3e0f8f80dc109a674c205.zip
Debian: disable systemd salt-minion configuration - all handled in vyos-build
Diffstat (limited to 'debian/vyos-1x.postinst')
-rw-r--r--debian/vyos-1x.postinst5
1 files changed, 0 insertions, 5 deletions
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