this repo has no description

feat: add videostream.service

Eric Davis 48e33e9d 14bd694b

Changed files
+16
service
+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