this repo has no description

feat: remove service/feedgen and service/feedweb

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