This commit is contained in:
Your Name
2025-04-28 21:12:02 +12:00
parent 1d6986cda0
commit 76efe77e85
10 changed files with 140 additions and 141 deletions

View File

@ -92,16 +92,12 @@ class service_runner {
void edit_service_config();
private:
std::string m_server_name;
server_env_manager m_server_env;
ServiceInfo m_service_info;
std::string mServer;
server_env_manager mServerEnv;
ServiceInfo mServiceInfo;
std::string mService;
bool mValid;
std::string mRemote_service_path;
std::string mRemote_service_config_path;
std::string mRemote_service_template_path;
std::string mRemote_service_env_file;
// Helper methods
public:
};