0
0
mirror of https://gitea.com/gitea/docs.git synced 2025-06-18 00:27:55 +00:00

fix typo in LaunchAgent sample (#183)

the typo makes the file invalid and launchctl refuses to start with very little details as to why

Reviewed-on: https://gitea.com/gitea/docs/pulls/183
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: BenoitDuffez <benoitduffez@noreply.gitea.com>
Co-committed-by: BenoitDuffez <benoitduffez@noreply.gitea.com>
This commit is contained in:
BenoitDuffez
2025-03-13 22:00:07 +00:00
committed by Lunny Xiao
parent 2b1f9ff532
commit 1a8c4f0836

@ -200,7 +200,7 @@ Mac uses `launchd` in place of systemd for registering daemon processes. By defa
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
<key>HOME></key>
<key>HOME</key>
<string>/var/lib/act_runner</string>
</dict>
<key>UserName</key>