2024-09-09 15:27:59 -03:00
|
|
|
#!/bin/sh
|
2024-09-09 15:31:26 -03:00
|
|
|
set -e
|
|
|
|
# Restart NFS and autofs services
|
2024-09-09 20:56:25 -03:00
|
|
|
sed -i "/\^(passwd\|group\|shadow\)/s/files systemd/files ldap systemd/g" /etc/nsswitch.conf;
|
|
|
|
systemctl enable --now autofs
|