|
libqipackage
release-2.5.3-2016-11-18
|
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... | |
Structure matching a service.
Definition at line 108 of file package_info.hpp.
| bool qi::PackageService::autoRun |
If this service should be started automatically at start-up.
Definition at line 112 of file package_info.hpp.
| std::string qi::PackageService::execStart |
The command line with arguments.
Definition at line 110 of file package_info.hpp.
| std::string qi::PackageService::name |
The name of the service.
Definition at line 111 of file package_info.hpp.