sevlyar / go-daemon

A library for writing system daemons in golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot change workDIr

tidjungs opened this issue · comments

pid and log always create at ./

@tidjungs As I can see workDIr is not used as a path to create log and pid file. It is used as a current working directory for processes so that you'll able to work with FS using relative paths.

Am I right, @sevlyar?