Este commit está contenido en:
Your Name
2020-07-03 11:49:11 +00:00
padre 48621bb2ed
commit 52d607ee8e
Se han modificado 547 ficheros con 37750 adiciones y 36525 borrados

Ver fichero

@@ -1,9 +1,9 @@
#!/bin/bash
sudo service rspamd start
cd /haraka
node haraka.js &
NODE_ENV=production node haraka.js &
cd /wildduck
node server.js &
NODE_ENV=production node server.js &
cd /wildduck-mta
npm start --production &
NODE_ENV=production npm start &
/bin/sleep infinity