Talk:Systemd
Jump to navigation
Jump to search
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.