PKGBUILDs/aur/monkey/monkey.install
Kevin Mihelich a25b33312a aur updates
2014-02-11 01:08:17 +00:00

17 lines
562 B
Plaintext

post_install() {
env echo
env echo " Running Monkey :"
env echo " ----------------"
env echo
env echo " # /usr/bin/monkey"
env echo
env echo " For more help use '-h' option"
env echo
env echo " System wide rc script located at:"
env echo
env echo " # /etc/rc.d/monkey {start|stop|restart}"
env echo
env echo " Don't forget to modify /etc/systemd/system/monkey.service (PIDFile) if you're using systemd and want to change the default port (80)"
}