diff options
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 |