daemonize v0.1.0 (2014-08-26T15:35:52Z)
Dub
Repo
buildDaemon.run
daemonize
linux
buildDaemon
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
Source
See Implementation
daemonize
linux
buildDaemon
aliases
daemon
classes
LoggedException
functions
run
sendSignal
sendSignalDynamic
uninstall