From 4d2dcb4a23f7a138f5a6b49bf189028856aa1342 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 21 Dec 2021 16:56:36 -0500 Subject: [PATCH] [+] Add services --- brew-services/homebrew.mxcl.frpc.plist | 22 ++++++++++++++++++++++ brew-services/homebrew.mxcl.menu-bot.plist | 21 +++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 brew-services/homebrew.mxcl.frpc.plist create mode 100644 brew-services/homebrew.mxcl.menu-bot.plist diff --git a/brew-services/homebrew.mxcl.frpc.plist b/brew-services/homebrew.mxcl.frpc.plist new file mode 100644 index 0000000..9756a78 --- /dev/null +++ b/brew-services/homebrew.mxcl.frpc.plist @@ -0,0 +1,22 @@ + + + + + KeepAlive + + Label + homebrew.mxcl.frpc + ProgramArguments + + /usr/local/opt/frpc/bin/frpc + -c + /usr/local/etc/frp/frpc.ini + + RunAtLoad + + StandardErrorPath + /usr/local/var/log/frpc.log + StandardOutPath + /usr/local/var/log/frpc.log + + diff --git a/brew-services/homebrew.mxcl.menu-bot.plist b/brew-services/homebrew.mxcl.menu-bot.plist new file mode 100644 index 0000000..8bbeef3 --- /dev/null +++ b/brew-services/homebrew.mxcl.menu-bot.plist @@ -0,0 +1,21 @@ + + + + + KeepAlive + + Label + homebrew.mxcl.menu-bot + ProgramArguments + + /usr/bin/python3 + /Volumes/macWorkspace/CS/CSC110/menubot/menubot.py + + RunAtLoad + + StandardErrorPath + /usr/local/var/log/menubot.log + StandardOutPath + /usr/local/var/log/menubot.log + + \ No newline at end of file