Baseline: local ssb-acme-validator tarball, run script, startup notes
Snapshot of the working tree as found, before ops hardening work. Restore point for rollback.
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user