libqipackage  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Public Attributes | List of all members
qi::PackageService Struct Reference

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...
 

Detailed Description

Structure matching a service.

Definition at line 110 of file package_info.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: