diff --git a/config/systemd/captrace.service b/config/systemd/captrace.service index 995ca9f4..1a07edfb 100644 --- a/config/systemd/captrace.service +++ b/config/systemd/captrace.service @@ -5,6 +5,7 @@ After=network-online.target mysql.service [Service] Type=simple LimitNOFILE=65535 +LimitNPROC=65535 Restart=always ExecStart=/usr/local/omc/bin/captrace -c /usr/local/omc/etc/capconf.yaml diff --git a/config/systemd/crontask.service b/config/systemd/crontask.service index ed5171bc..9b6aea45 100644 --- a/config/systemd/crontask.service +++ b/config/systemd/crontask.service @@ -5,6 +5,7 @@ After=network-online.target mysql.service [Service] Type=simple LimitNOFILE=65535 +LimitNPROC=65535 Restart=always ExecStart=/usr/local/omc/bin/crontask -c /usr/local/omc/etc/crontask.yaml diff --git a/config/systemd/restagent.service b/config/systemd/restagent.service index 347ffafd..9b680e14 100644 --- a/config/systemd/restagent.service +++ b/config/systemd/restagent.service @@ -5,6 +5,7 @@ After=network-online.target mysql.service adb.service [Service] Type=simple LimitNOFILE=65535 +LimitNPROC=65535 Restart=always ExecStart=/usr/local/omc/bin/restagent -c /usr/local/omc/etc/restconf.yaml diff --git a/config/systemd/sshsvc.service b/config/systemd/sshsvc.service index 246a8149..13bdd267 100644 --- a/config/systemd/sshsvc.service +++ b/config/systemd/sshsvc.service @@ -5,6 +5,7 @@ After=network-online.target mysql.service [Service] Type=simple LimitNOFILE=65535 +LimitNPROC=65535 Restart=always ExecStart=/usr/local/omc/bin/sshsvc -c /usr/local/omc/etc/sshsvc.yaml