mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
samba: add /media as an default share to share mounted drives
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -126,6 +126,14 @@
|
||||
writable = yes
|
||||
root preexec = mkdir -p /storage/screenshots
|
||||
|
||||
[Media]
|
||||
path = /media
|
||||
available = yes
|
||||
browsable = yes
|
||||
public = yes
|
||||
writable = yes
|
||||
root preexec = mkdir -p /media
|
||||
|
||||
[Logfiles]
|
||||
path = /storage/logfiles
|
||||
available = yes
|
||||
|
||||
Reference in New Issue
Block a user