feat: make systemd service less wasteful with restarts
This commit is contained in:
parent
65097796c1
commit
51fe8c23fc
@ -6,7 +6,7 @@ StartLimitIntervalSec=0
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=1
|
RestartSec=1 day
|
||||||
User=git
|
User=git
|
||||||
ExecStart=/usr/local/bin/lfs_scraper --url https://www.lfs.sachsen.de/restplatzboerse-5152.html --rss-file /var/www/tfld/ffw.rss
|
ExecStart=/usr/local/bin/lfs_scraper --url https://www.lfs.sachsen.de/restplatzboerse-5152.html --rss-file /var/www/tfld/ffw.rss
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user