Fix log output (#6)

Add an optional extended description…
This commit is contained in:
Pascal Vizeli
2017-04-28 15:08:53 +02:00
committed by GitHub
parent d546197b12
commit f8b5dcb212
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Samba Config",
"version": "0.6",
"version": "0.7",
"slug": "smb_config",
"description": "Expose config with samba",
"startup": "after",

View File

@@ -27,4 +27,4 @@ else
echo -e "$PASSWORD\n$PASSWORD" | smbpasswd -a -s -c /etc/smb.conf $USERNAME
fi
exec smbd -F -S -d 4 -s /etc/smb.conf < /dev/null
exec smbd -F -S -s /etc/smb.conf < /dev/null

View File

@@ -1,11 +1,13 @@
[global]
workgroup = %%WORKGROUP%%
server string = Samba HomeAssistant config share
security: share
security: user
load printers = no
disable spoolss = yes
log level = 1
#guest account = root
#map to guest = Bad User