this repo has no description

service/feedgen: wait 300s during restarts

Changed files
+1 -1
service
+1 -1
service/feedgen.service
···
ExecStart=/home/eric/.local/bin/pipenv run ./feedgen.py
TimeoutSec=15
Restart=on-failure
-
RestartSec=1
StandardOutput=journal
[Install]
···
ExecStart=/home/eric/.local/bin/pipenv run ./feedgen.py
TimeoutSec=15
Restart=on-failure
+
RestartSec=300
StandardOutput=journal
[Install]