From d21cf512c53aa3860112a8bdf26f90488a87d243 Mon Sep 17 00:00:00 2001 From: fangzidong <424044876@qq.com> Date: Thu, 26 Nov 2020 13:47:44 +0800 Subject: [PATCH] add launchd frpc config for mac users --- conf/launchd/com.github.frpc.plist | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 conf/launchd/com.github.frpc.plist diff --git a/conf/launchd/com.github.frpc.plist b/conf/launchd/com.github.frpc.plist new file mode 100644 index 00000000..643a4bcc --- /dev/null +++ b/conf/launchd/com.github.frpc.plist @@ -0,0 +1,29 @@ + + + + + Label + com.github.frpc.plist + WorkingDirectory + [frp_dir] + ProgramArguments + + ./frpc + -c + frpc.ini + + StandardOutPath + frpc.log + StandardErrorPath + frpc.log + RunAtLoad + + + + + \ No newline at end of file