openreplay/backend/entrypoint.sh
2021-07-21 00:21:18 +08:00

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