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 6 Type=simple 7 7 User=alf 8 8 WorkingDirectory=/var/www/bsky_feeds/current 9 - ExecStart=/usr/bin/ruby firehose.rb 9 + ExecStart=/usr/bin/ruby bin/firehose 10 10 Environment="RACK_ENV=production" 11 11 TimeoutSec=15 12 12 Restart=on-failure
firehose.rb bin/firehose
server.rb bin/server