mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
6 lines
171 B
Bash
Executable file
6 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
|