this repo has no description

feat: remove service/feedgen and service/feedweb

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