comments
This commit is contained in:
parent
3325fb93d8
commit
214049519c
@ -13,7 +13,7 @@ namespace dropshell {
|
||||
std::string get_local_backup_path();
|
||||
|
||||
|
||||
// local config directories
|
||||
// local user config directories
|
||||
// config_path
|
||||
// |-- servers
|
||||
// | |-- server_name
|
||||
@ -29,6 +29,16 @@ namespace dropshell {
|
||||
// | |-- service.env
|
||||
// | |-- (other service config files)
|
||||
|
||||
|
||||
// system config directories (installed from templates in this git repository)
|
||||
// /opt/dropshell
|
||||
// |-- templates
|
||||
// | |-- template_name
|
||||
// | |-- (script files)
|
||||
// | |-- example
|
||||
// | |-- service.env
|
||||
// | |-- (other service config files)
|
||||
|
||||
int getNumConfigDirectories();
|
||||
std::string get_local_config_path(int index);
|
||||
std::string get_local_config_templates_path(int index);
|
||||
|
Loading…
x
Reference in New Issue
Block a user