add 1sec sleeps to beginning of services
This commit is contained in:
parent
43719766d5
commit
2942b8d472
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
sleep 1 # prevent cpu spike on looping
|
||||
|
||||
export IPFS="/usr/local/bin/ipfs"
|
||||
export HOME="/home/ipfs"
|
||||
|
||||
|
|
Loading…
Reference in New Issue