this repo has no description
1
fork

Configure Feed

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

feat: add videostream.service

+16
+16
service/videostream.service
··· 1 + [Unit] 2 + Description=videostream 3 + After=network.target syslog.target 4 + 5 + [Service] 6 + Type=simple 7 + User=ubuntu 8 + WorkingDirectory=/home/ubuntu/bsky-feeds 9 + ExecStart=/home/ubuntu/bsky-feeds/bin/videostream 10 + TimeoutSec=15 11 + Restart=always 12 + RestartSec=5 13 + StandardOutput=journal 14 + 15 + [Install] 16 + WantedBy=multi-user.target