wsdd2: update config file for ksmbd
Previous commit makes use of ksmbd.conf Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
c9c5a3637f
commit
7cdc9da02a
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ start_service() {
|
||||||
# needs long delay, otherwise service may not register correctly on stratup/reboot (not sure what the issues is?)
|
# needs long delay, otherwise service may not register correctly on stratup/reboot (not sure what the issues is?)
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
if [ -e /etc/ksmbd/smb.conf ] && [ -e /etc/init.d/ksmbd ] && /etc/init.d/ksmbd running; then
|
if [ -e /etc/ksmbd/ksmbd.conf ] && [ -e /etc/init.d/ksmbd ] && /etc/init.d/ksmbd running; then
|
||||||
SMB_CONF="/etc/ksmbd/smb.conf"
|
SMB_CONF="/etc/ksmbd/ksmbd.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -e /etc/samba/smb.conf ] && {
|
[ -e /etc/samba/smb.conf ] && {
|
||||||
|
|
Loading…
Reference in a new issue