diff --git a/build/lib/systemd/system/crontask.service b/build/lib/systemd/system/crontask.service index 941d2bf..19cd71b 100644 --- a/build/lib/systemd/system/crontask.service +++ b/build/lib/systemd/system/crontask.service @@ -5,6 +5,7 @@ After=network-online.target [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/build/lib/systemd/system/restagent.service b/build/lib/systemd/system/restagent.service index c44fe65..4adcb90 100644 --- a/build/lib/systemd/system/restagent.service +++ b/build/lib/systemd/system/restagent.service @@ -5,6 +5,7 @@ After=network-online.target [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/build/lib/systemd/system/sshsvc.service b/build/lib/systemd/system/sshsvc.service index 662941e..e434620 100644 --- a/build/lib/systemd/system/sshsvc.service +++ b/build/lib/systemd/system/sshsvc.service @@ -5,6 +5,7 @@ After=network-online.target [Service] Type=simple LimitNOFILE=65535 +LimitNPROC=65535 Restart=always ExecStart=/usr/local/omc/run/sshsvc -c /usr/local/omc/etc/sshsvc.yaml