10 líneas
205 B
Bash
10 líneas
205 B
Bash
#!/bin/bash
|
|
sudo service rspamd start
|
|
cd /haraka
|
|
NODE_ENV=production node haraka.js &
|
|
cd /wildduck
|
|
NODE_ENV=production node server.js &
|
|
cd /wildduck-mta
|
|
NODE_ENV=production npm start &
|
|
/bin/sleep infinity
|