[Unit] Description=Bluesky feed server After=network.target [Service] Type=simple User=alf WorkingDirectory=/var/www/bsky_feeds/current ExecStart=/usr/bin/ruby bin/firehose Environment="RACK_ENV=production" TimeoutSec=15 Restart=on-failure RestartSec=1 StandardOutput=append:/var/www/bsky_feeds/shared/log/firehose.log [Install] WantedBy=multi-user.target