5 lines
52 B
Bash
5 lines
52 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
supervisorctl start push_stream
|