Snapshot of the working tree as found, before ops hardening work. Restore point for rollback.
8 lines
169 B
Bash
Executable File
8 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
# run-ssb-viewer.sh
|
|
while true; do
|
|
NODE_OPTIONS="--dns-result-order=ipv4first" timeout 6h ./bin.js
|
|
echo "Restarting ssb-viewer at $(date)"
|
|
sleep 2
|
|
done
|