summaryrefslogtreecommitdiff
path: root/bin/deb-src/DEBIAN/postinst
blob: 2f483f7e23350b5434cb7cfe1030413f59cb016d (plain)
1
2
3
4
5
6
7
#!/bin/bash
# Start the services!

service etherpad start
echo "Give Etherpad about 3 minutes to install dependencies then visit http://localhost:9001 in your web browser"
echo "To stop etherpad type 'service etherpad stop', To restart type 'service etherpad restart'".
rm -f /tmp/etherpad.log /tmp/etherpad.err