etherpad-lite/bin/deb-src/DEBIAN/postinst

7 lines
171 B
Bash
Executable File

#!/bin/bash
# Start the services!
service etherpad start
echo "Give Etherpad about 3 minutes to install dependencies and start"
rm -f /tmp/etherpad.log /tmp/etherpad.err