daemons icon indicating copy to clipboard operation
daemons copied to clipboard

Make working directory compatible with macOS Catalina

Open magneland opened this issue 6 years ago • 0 comments

Hello! I noticed that this gem uses '/' as its working directory here: [lib/daemons/daemonize.rb#L108]. In macOS Catalina this is a read-only directory, which causes issues. My understanding of the change in macOS Catalina is that it by default partitions the file system into read-only for the OS, and read-write for applications.

I hate to make a gem OS-specific, but maybe some kind of extra configuration might be possible?

magneland avatar Oct 10 '19 01:10 magneland