diff options
Diffstat (limited to 'src/daemon_linux.go')
-rw-r--r-- | src/daemon_linux.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon_linux.go b/src/daemon_linux.go index 809c176..730f89e 100644 --- a/src/daemon_linux.go +++ b/src/daemon_linux.go @@ -7,6 +7,8 @@ import ( /* Daemonizes the process on linux * * This is done by spawning and releasing a copy with the --foreground flag + * + * TODO: Use env variable to spawn in background */ func Daemonize() error { |