32 #include "../Signals/signal.h"
50 int main(
int argc,
char **argv);
54 virtual void service_start(std::vector<std::string> &args) = 0;
66 std::unique_ptr<Service_Impl> impl;
const std::string & service_name() const
Returns the service name.
Service/daemon class.
Definition: service.h:39
Service(const std::string &service_name)
Constructs a service object.
virtual void service_start(std::vector< std::string > &args)=0
Called when the service is asked to start.
int main(int argc, char **argv)
Process command line and run service.
virtual void service_stop()=0
Called when the service is asked to stop.
virtual void service_reload()=0
Called when the service is asked to reload its configuration.
friend class Service_Impl
Definition: service.h:68
Definition: Application/application.h:35