change user to http for mount dir
This commit is contained in:
parent
cf2770afd7
commit
e5117776ef
@ -28,7 +28,7 @@ systemd_mounts:
|
||||
type: cifs
|
||||
options:
|
||||
- credentials=/etc/creds/.diskstation_credentials
|
||||
- uid=1024
|
||||
- uid=http
|
||||
- gid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
@ -38,7 +38,7 @@ systemd_mounts:
|
||||
type: cifs
|
||||
options:
|
||||
- credentials=/etc/creds/.diskstation_credentials
|
||||
- uid=1024
|
||||
- uid=http
|
||||
- gid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
@ -48,7 +48,17 @@ systemd_mounts:
|
||||
type: cifs
|
||||
options:
|
||||
- credentials=/etc/creds/.diskstation_credentials
|
||||
- uid=1024
|
||||
- uid=http
|
||||
- gid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
diskstation_media:
|
||||
share: //diskstation.ducamps.win/media
|
||||
mount: /mnt/diskstation/media
|
||||
type: cifs
|
||||
options:
|
||||
- credentials=/etc/creds/.diskstation_credentials
|
||||
- uid=http
|
||||
- gid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
@ -59,6 +69,7 @@ systemd_mounts_enabled:
|
||||
- diskstation_photo
|
||||
- diskstation_home
|
||||
- diskstation_CardDav
|
||||
- diskstation_media
|
||||
|
||||
|
||||
credentials_files:
|
||||
|
Loading…
Reference in New Issue
Block a user