[+] Add services

This commit is contained in:
Hykilpikonna
2021-12-21 16:56:36 -05:00
parent 902125a2f5
commit 4d2dcb4a23
2 changed files with 43 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>homebrew.mxcl.frpc</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/opt/frpc/bin/frpc</string>
<string>-c</string>
<string>/usr/local/etc/frp/frpc.ini</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/usr/local/var/log/frpc.log</string>
<key>StandardOutPath</key>
<string>/usr/local/var/log/frpc.log</string>
</dict>
</plist>