3 lines
No EOL
124 B
Bash
Executable file
3 lines
No EOL
124 B
Bash
Executable file
#!/bin/bash
|
|
|
|
for name in alerts assets db ender http integrations sink storage;do nohup bin/$name &> /tmp/${name}.log ; done |