daemonize v0.2.1 (2019-01-30T12:26:43Z)
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
IDaemonLogger
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