this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bsky-firehose.service: fix ExecStart

+1 -1
+1 -1
service/bsky-firehose.service
··· 6 6 Type=simple 7 7 User=eric 8 8 WorkingDirectory=/home/eric/bsky-tools 9 - ExecStart=./firehose.sh 9 + ExecStart=/home/eric/bsky-tools/firehose.sh 10 10 TimeoutSec=15 11 11 Restart=on-failure 12 12 RestartSec=1