#include <process-config.hpp>
Public Attributes | |
bool | terminal |
specifies whether you want a terminal attached to that process. More... | |
UserConfig | user |
which user the process runs as More... | |
std::vector< std::string > | args |
executable to launch and any flags More... | |
std::vector< std::string > | env |
contains a list of variables that will be set in the process's environment More... | |
std::string | cwd |
working directory that will be set for the executable More... | |
std::vector<std::string> vasum::ProcessConfig::args |
executable to launch and any flags
std::string vasum::ProcessConfig::cwd |
working directory that will be set for the executable
std::vector<std::string> vasum::ProcessConfig::env |
contains a list of variables that will be set in the process's environment
bool vasum::ProcessConfig::terminal |
specifies whether you want a terminal attached to that process.
UserConfig vasum::ProcessConfig::user |
which user the process runs as