ActivityWatch/aw-watcher-afk

Running aw-watcher-afk via launchd on macOS triggers "parent process died"

amsam0 opened this issue · 0 comments

When running aw-watcher-afk as a launchd agent on macOS, this false positive is triggered, causing aw-watcher-afk to exit: https://github.com/ActivityWatch/aw-watcher-afk/blob/master/aw_watcher_afk/afk.py#L78-L83

A solution is to run aw-watcher-afk through sh, like this: sh -c ": && <path to aw-watcher-afk>"