Talk:Systemd: Difference between revisions

From Wiki 4 Men
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
 
Line 10: Line 10:


https://freshman.tech/snippets/linux/auto-restart-systemd-service/
https://freshman.tech/snippets/linux/auto-restart-systemd-service/

Open the global configuration file at /etc/systemd/system.conf.
Uncomment and edit DefaultStartLimitIntervalSec=300.
Uncomment and edit DefaultStartLimitBurst=10.
Save the file and run systemctl daemon-reexec to apply the new global defaults. 

Latest revision as of 09:11, 28 July 2026

https://news.ycombinator.com/item?id=29993772

https://utcc.utoronto.ca/~cks/space/blog/linux/SystemdDynamicUserLimits

https://archive.is/wip/u6v9s

https://utcc.utoronto.ca/~cks/space/blog/linux/SystemdFairshareScheduling

https://unix.stackexchange.com/questions/289629/systemd-restart-always-is-not-honored

https://freshman.tech/snippets/linux/auto-restart-systemd-service/

Open the global configuration file at /etc/systemd/system.conf. Uncomment and edit DefaultStartLimitIntervalSec=300. Uncomment and edit DefaultStartLimitBurst=10. Save the file and run systemctl daemon-reexec to apply the new global defaults.