#!/bin/sh
[ ! -f /etc/samba/smb.conf ] || grep -q "server role = standalone server" /etc/samba/smb.conf || exit 1
#systemctl stop smbd nmbd winbind
