libqipackage  release-2.5.3-2016-11-18
 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...
 

Detailed Description

Structure matching a service.

Definition at line 108 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 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.


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