]> Sergey Matveev's repositories - public-inbox.git/commitdiff
daemon: do not chdir unless daemonizing
authorEric Wong <e@80x24.org>
Tue, 2 Aug 2016 01:47:54 +0000 (01:47 +0000)
committerEric Wong <e@80x24.org>
Tue, 2 Aug 2016 07:49:22 +0000 (07:49 +0000)
As far as most process managers are concerned (e.g. systemd),
they should already start in '/'.  So avoid making our daemon
more complex to run by requiring absolute paths during
development.


No differences found