comments
This commit is contained in:
parent
3325fb93d8
commit
214049519c
@ -13,7 +13,7 @@ namespace dropshell {
|
|||||||
std::string get_local_backup_path();
|
std::string get_local_backup_path();
|
||||||
|
|
||||||
|
|
||||||
// local config directories
|
// local user config directories
|
||||||
// config_path
|
// config_path
|
||||||
// |-- servers
|
// |-- servers
|
||||||
// | |-- server_name
|
// | |-- server_name
|
||||||
@ -29,6 +29,16 @@ namespace dropshell {
|
|||||||
// | |-- service.env
|
// | |-- service.env
|
||||||
// | |-- (other service config files)
|
// | |-- (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();
|
int getNumConfigDirectories();
|
||||||
std::string get_local_config_path(int index);
|
std::string get_local_config_path(int index);
|
||||||
std::string get_local_config_templates_path(int index);
|
std::string get_local_config_templates_path(int index);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user