Update install-service.sh

Remove LimitNPROC=64
This commit is contained in:
Thorsten Spille 2024-03-19 20:35:05 +01:00 committed by GitHub
parent 773c852c18
commit d0693c82e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,6 @@ Group=vaultwarden
EnvironmentFile=/var/lib/vaultwarden/.env
ExecStart=/opt/vaultwarden/vaultwarden
LimitNOFILE=1048576
LimitNPROC=64
PrivateTmp=true
PrivateDevices=true
ProtectHome=true
@ -161,4 +160,4 @@ unlink /etc/nginx/sites-enabled/default
systemctl daemon-reload
systemctl enable --now vaultwarden
systemctl restart nginx
systemctl restart nginx