mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
semi-working build script for deb packages
This commit is contained in:
parent
8b821d42a2
commit
61df1facd2
7 changed files with 226 additions and 0 deletions
6
bin/deb-src/DEBIAN/postinst
Executable file
6
bin/deb-src/DEBIAN/postinst
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue