Add an infinite loop that run seaf-cli start
This commit is contained in:
6
assets/seaf-cli-start.sh
Executable file
6
assets/seaf-cli-start.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
while true; do
|
||||
/usr/bin/seaf-cli start
|
||||
/bin/sleep 3600
|
||||
done
|
||||
Reference in New Issue
Block a user