mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-21 10:17:42 +00:00
fix launchctl example
thanks for #183 that reported and fixed this issue in versioned docs
This commit is contained in:
@@ -210,7 +210,7 @@ Mac uses `launchd` in place of systemd for registering daemon processes. By defa
|
|||||||
<dict>
|
<dict>
|
||||||
<key>PATH</key>
|
<key>PATH</key>
|
||||||
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
||||||
<key>HOME></key>
|
<key>HOME</key>
|
||||||
<string>/var/lib/act_runner</string>
|
<string>/var/lib/act_runner</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>UserName</key>
|
<key>UserName</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user