diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-26 23:38:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-26 23:38:57 +0200 |
commit | d34cd9572dd6285b92d3e0f8f80dc109a674c205 (patch) | |
tree | 5e1fa2bf57fdc412b7a882cff962f325a87e418d /debian | |
parent | efcce444dbc01bd310c2e19e87e5f0bdc4031a17 (diff) | |
download | vyos-1x-d34cd9572dd6285b92d3e0f8f80dc109a674c205.tar.gz vyos-1x-d34cd9572dd6285b92d3e0f8f80dc109a674c205.zip |
Debian: disable systemd salt-minion configuration - all handled in vyos-build
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyos-1x.postinst | 5 |
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 |