Structure matching a service. More...
#include <package_info.hpp>
Public Attributes | |
std::string | execStart |
The command line with arguments. More... | |
std::string | name |
The name of the service. More... | |
bool | autoRun |
If this service should be started automatically at start-up. More... | |
std::map< std::string, std::string > | envVars |
The specific environement variables. More... | |
Structure matching a service.
Definition at line 110 of file package_info.hpp.
bool qi::PackageService::autoRun |
If this service should be started automatically at start-up.
Definition at line 114 of file package_info.hpp.
std::map<std::string, std::string> qi::PackageService::envVars |
The specific environement variables.
Definition at line 115 of file package_info.hpp.
std::string qi::PackageService::execStart |
The command line with arguments.
Definition at line 112 of file package_info.hpp.
std::string qi::PackageService::name |
The name of the service.
Definition at line 113 of file package_info.hpp.