Skip to content

Commit 5211060

Browse files
committed
add uid override to the example config
1 parent 53c99a9 commit 5211060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.local.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ readonly NETWORK_SHARE_PROTOCOL="cifs" # set to "none" if network share is not u
2828
readonly NETWORK_SHARE_ADDRESS="//<address>/share_name"
2929
readonly NETWORK_SHARE_MOUNT="lan_data_storage"
3030
readonly NETWORK_SHARE_CREDENTIALS="lan_storage_credentials_file_path"
31-
readonly NETWORK_SHARE_OPTIONS="dir_mode=0555,file_mode=0444"
31+
readonly NETWORK_SHARE_OPTIONS="dir_mode=0555,file_mode=0444,uid=1000,gid=1000"
3232

3333
# -----------------------------------------------------------------------------
3434
# Misc system definitions

0 commit comments

Comments
 (0)