diff --git a/etc/systemd/system.conf.d/kmsglog.conf b/etc/systemd/system.conf.d/10-kmsglog.conf similarity index 100% rename from etc/systemd/system.conf.d/kmsglog.conf rename to etc/systemd/system.conf.d/10-kmsglog.conf diff --git a/etc/systemd/system.conf.d/20-tasklimit.conf b/etc/systemd/system.conf.d/20-tasklimit.conf new file mode 100644 index 0000000..591341a --- /dev/null +++ b/etc/systemd/system.conf.d/20-tasklimit.conf @@ -0,0 +1,2 @@ +[Manager] +DefaultTasksMax=infinity diff --git a/etc/systemd/system/user-.slice.d/20-tasklimit.conf b/etc/systemd/system/user-.slice.d/20-tasklimit.conf new file mode 100644 index 0000000..7bb86d5 --- /dev/null +++ b/etc/systemd/system/user-.slice.d/20-tasklimit.conf @@ -0,0 +1,2 @@ +[Slice] +TasksMax=infinity