this repo has no description
1[Unit]
2Description=Bsky Feedweb
3After=network.target syslog.target
4
5[Service]
6Type=simple
7User=eric
8WorkingDirectory=/home/eric/bsky-tools
9ExecStart=/home/eric/.local/bin/pipenv run gunicorn -w 1 -b 127.0.0.1:9060 feedweb:app
10TimeoutSec=15
11Restart=on-failure
12RestartSec=1
13StandardOutput=journal
14
15[Install]
16WantedBy=multi-user.target