Add /sbin to launchd PATH (#18601)

* Add /sbin to launchd PATH

* Put /sbin at the end to allow overrides

Co-Authored-By: andersonshatch <andersonshatch@gmail.com>
This commit is contained in:
Josh Anderson 2018-11-21 19:56:38 +00:00 committed by Paulus Schoutsen
parent 1341ecd2eb
commit 3d178708fc

View File

@ -8,7 +8,7 @@
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin/:/usr/bin:/usr/sbin:$PATH</string>
<string>/usr/local/bin/:/usr/bin:/usr/sbin:/sbin:$PATH</string>
<key>LC_CTYPE</key>
<string>UTF-8</string>
</dict>