1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00

update samba

This commit is contained in:
kev 2016-04-11 20:27:12 +08:00
parent 1e57d7e2d1
commit 6ec24e4a2a
2 changed files with 17 additions and 0 deletions

@ -25,9 +25,17 @@ samba:
workgroup = WORKGROUP
netbios name = EasyPi
server string = Samba Server
server role = standalone
map to guest = bad user
usershare allow guests = yes
[homes]
comment = Home Directories
browseable = no
writable = yes
[share]
comment = Public File Sharing
path = /share
browseable = yes
read only = no

9
samba/mnt-usb.mount Normal file

@ -0,0 +1,9 @@
[Unit]
Description=USB Storage Mount
[Mount]
What=/dev/disk/by-uuid/829B-2038
Where=/mnt/usb
[Install]
WantedBy=local-fs.target