Skip to content

Commit 59e1d82

Browse files
committed
Fix launchd plist config to remove daemonization.
For launchd to properly manage the process you do *not* want to daemonize and bg the process otherwise launchd 'loses' the process. After loading the plist, `sudo launchd list` now shows the et server service with the correct pid and unloading the server kills the process(es).
1 parent 8d8db62 commit 59e1d82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

init/launchd/homebrew.mxcl.et.plist

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<string>/usr/local/bin/etserver</string>
1010
<string>--cfgFile</string>
1111
<string>/usr/local/etc/et.conf</string>
12-
<string>--daemon</string>
1312
</array>
1413
<key>RunAtLoad</key>
1514
<true/>

0 commit comments

Comments
 (0)