change user/group for config file

This commit is contained in:
badaix 2017-10-03 20:41:15 +02:00
parent 1b13cac7b4
commit 52b64e9f0c
7 changed files with 136 additions and 27 deletions

View file

@ -391,6 +391,8 @@ public:
void save();
void init(const std::string& root_directory = "", const std::string& user = "", const std::string& group = "");
std::vector<GroupPtr> groups;
private: