Template of a custom feed generator service for the Bluesky network in Ruby

moved server and firehose scripts to bin directory

Changed files
+1 -1
bin
dist
+1 -1
dist/bsky_feeds.service
··· 6 Type=simple 7 User=alf 8 WorkingDirectory=/var/www/bsky_feeds/current 9 - ExecStart=/usr/bin/ruby firehose.rb 10 Environment="RACK_ENV=production" 11 TimeoutSec=15 12 Restart=on-failure
··· 6 Type=simple 7 User=alf 8 WorkingDirectory=/var/www/bsky_feeds/current 9 + ExecStart=/usr/bin/ruby bin/firehose 10 Environment="RACK_ENV=production" 11 TimeoutSec=15 12 Restart=on-failure
firehose.rb bin/firehose
server.rb bin/server