this repo has no description

feat: add videostream.service

Eric Davis 48e33e9d 14bd694b

Changed files
+16
service
+16
service/videostream.service
···
+
[Unit]
+
Description=videostream
+
After=network.target syslog.target
+
+
[Service]
+
Type=simple
+
User=ubuntu
+
WorkingDirectory=/home/ubuntu/bsky-feeds
+
ExecStart=/home/ubuntu/bsky-feeds/bin/videostream
+
TimeoutSec=15
+
Restart=always
+
RestartSec=5
+
StandardOutput=journal
+
+
[Install]
+
WantedBy=multi-user.target