Support additional config per-server files for services.

This commit is contained in:
Your Name
2025-04-25 18:06:23 +12:00
parent 09035aa2aa
commit 0be0b71056
2 changed files with 7 additions and 6 deletions

View File

@@ -37,6 +37,7 @@ namespace dropshell {
std::string get_remote_service_backups_path(const std::string &server_name, const std::string &service_name);
std::string get_remote_service_env_file(const std::string &server_name, const std::string &service_name);
std::string get_remote_service_env_file_parent(const std::string &server_name, const std::string &service_name);
} // namespace dropshell
#endif