13#define ARCH_DAEMON ArchDaemonNone
QString commandLine() const override
Get the command line.
Definition ArchDaemonNone.h:34
~ArchDaemonNone() override=default
int daemonize(DaemonFunc const &func) override
Daemonize the process.
Definition ArchDaemonNone.h:28
Interface for architecture dependent daemonizing.
Definition IArchDaemon.h:21
std::function< int()> DaemonFunc
Definition IArchDaemon.h:23