add shared share
This commit is contained in:
@@ -22,9 +22,22 @@
|
||||
# };
|
||||
"homes" = {
|
||||
"path" = "/srv/private/%S";
|
||||
"valid users" = "%S";
|
||||
"writable" = "yes";
|
||||
"comment" = "homes share";
|
||||
"browseable" = "no";
|
||||
"browseable" = "yes";
|
||||
"create mask" = "0700";
|
||||
"directory mask" = "0700";
|
||||
};
|
||||
|
||||
"shared" = {
|
||||
"path" = "/srv/shared";
|
||||
"writable" = "yes";
|
||||
"comment" = "homes share";
|
||||
"browseable" = "yes";
|
||||
"create mask" = "0700";
|
||||
"directory mask" = "0700";
|
||||
"force user" = "shatteredmint";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user