Install with curl:
sudo sh -c "$(curl -sL https://github.com/juicity/juicity-installer/raw/master/installer.sh)"
Install with wget:
sudo sh -c "$(wget -qO- https://github.com/juicity/juicity-installer/raw/master/installer.sh)"
Remove with curl:
sudo sh -c "$(curl -sL https://github.com/juicity/juicity-installer/raw/master/uninstaller.sh)"
Remove with wget:
sudo sh -c "$(wget -qO- https://github.com/juicity/juicity-installer/raw/master/uninstaller.sh)"
See Systemd
See OpenRC
See Launchd
Put plists to ~/Library/LaunchAgents/
for current user, or /Library/LaunchAgents/
for all users, start a launchd service like this:
launchctl load ~/Library/LaunchAgents/juicity-server.plist