start.sh 88 B

1234
  1. #!/bin/bash
  2. nohup bin/redisdog -c etc/config.json > log/stdout.txt 2>log/stderr.txt &