takama / daemon

A daemon package for use with Go (golang) services
MIT License
1.96k stars 292 forks source link

Set Darwin plist WorkingDirectory to where it was installed? #80

Open whit-colm opened 6 years ago

whit-colm commented 6 years ago

I have a service that has to get a couple files using relative import paths, however when I install on Darwin my local path goes to /usr/local/var/log or somewhere similar. Is there any way that could be set to wherever the install file went?

hadrianvalentine commented 2 years ago

Has there been any progress on this?