buildDaemon.run

Undocumented in source. Be warned that the author may not have intended to support it.
template buildDaemon(alias DaemonInfo)
version(linux)
static if(isDaemon!DaemonInfo)
int
run
(
shared ILogger logger
,
string pidFilePath = ""
,
string lockFilePath = ""
,
int userId = -1
,
int groupId = -1
)
if (
isDaemon!DaemonInfo ||
isDaemonClient!DaemonInfo
)

Meta