Installation
To install peppy, run the following command in your terminal:
curl -fsSL https://peppy.bot/install.sh | bashThis installer also sets up the peppy background service. To skip that step, set PEPPY_NO_SERVICE_INSTALL=1.
Verifying the installation
Section titled “Verifying the installation”You can verify the service is running with:
systemctl --user status peppylaunchctl list bot.peppyManaging the service (optional)
Start the service:
systemctl --user start peppyStop the service:
systemctl --user stop peppyRestart the service:
systemctl --user restart peppyStart the service:
launchctl load ~/Library/LaunchAgents/bot.peppy.plistStop the service:
launchctl unload ~/Library/LaunchAgents/bot.peppy.plistRestart the service:
-
Unload the service:
Terminal window launchctl unload ~/Library/LaunchAgents/bot.peppy.plist -
Reload the service:
Terminal window launchctl load ~/Library/LaunchAgents/bot.peppy.plist