This commit is contained in:
Your Name
2025-05-05 22:53:41 +12:00
parent ac20fcec3d
commit ce5a64a4c7
4 changed files with 84 additions and 55 deletions

View File

@ -78,7 +78,8 @@ class service_runner {
bool restore(std::string backup_file, bool silent=false);
// nuke the service
bool nuke();
bool nuke(); // nukes all data for this service on the remote server
bool fullnuke(); // nuke all data for this service on the remote server, and then nukes all the local service definitionfiles
// launch an interactive ssh session on a server or service
// replaces the current dropshell process with the ssh process