this repo has no description

service/feedgen: wait 300s during restarts

+1 -1
+1 -1
service/feedgen.service
··· 9 9 ExecStart=/home/eric/.local/bin/pipenv run ./feedgen.py 10 10 TimeoutSec=15 11 11 Restart=on-failure 12 - RestartSec=1 12 + RestartSec=300 13 13 StandardOutput=journal 14 14 15 15 [Install]