Talk:Systemd: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
https://unix.stackexchange.com/questions/289629/systemd-restart-always-is-not-honored |
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.  |
|||
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://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.