initial commit

This commit is contained in:
Christophe Siraut
2021-03-26 09:11:10 +01:00
commit f45f5bb274
7 changed files with 480 additions and 0 deletions

7
patches/start.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -e
sudo /etc/init.d/postgresql start
sudo /etc/init.d/apache2 start
test -f /var/run/supervisor.* && sudo rm /var/run/supervisor.*
sudo /etc/init.d/supervisor start