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

3 lines
No EOL
155 B
Bash
Executable file

#!/bin/sh
for name in alerts assets db ender http integrations sink storage;do nohup bin/$name | awk -v log_from="[$name]: " '{print log_from, $0}' ; done