Boot Error "DefaultTasksMax=unlimited"
Opened this issue · 1 comments
bensig commented
Describe the bug
On boot - caught this error that says "unlimited" is an incorrect setting.
This is in the section
# myNode additions
of /etc/systemd/system.conf
Expected behavior
I believe that system.conf should be set to
DefaultTasksMax=infinity
Instead of
DefaultTasksMax=unlimited
tehelsper commented
Thanks! Fixed in latest commit.