diff --git a/DEBIAN/postinst b/DEBIAN/postinst index dba0eee..d79fbf4 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -1,5 +1,4 @@ #!/bin/sh set -e # Restart NFS and autofs services -sed -i "/\^(passwd\|group\|shadow\)/s/files systemd/files ldap systemd/g" /etc/nsswitch.conf; -systemctl enable --now autofs \ No newline at end of file +systemctl restart autofs \ No newline at end of file