Talk:Systemd: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Created page with "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/..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
https://utcc.utoronto.ca/~cks/space/blog/linux/SystemdFairshareScheduling |
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.  |
|||
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.