openreplay/backend/entrypoint.sh
2021-07-23 18:15:17 +08:00

3 lines
No EOL
156 B
Bash
Executable file

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