diff --git a/docs/src/running-validator/validator-start.md b/docs/src/running-validator/validator-start.md index b6e2eb88a4..2480d065a9 100644 --- a/docs/src/running-validator/validator-start.md +++ b/docs/src/running-validator/validator-start.md @@ -94,7 +94,11 @@ Add LimitNOFILE=500000 ``` to the `[Service]` section of your systemd service file, if you use one, -otherwise add it to `/etc/systemd/system.conf`. +otherwise add +``` +DefaultLimitNOFILE=500000 +``` +to the `[Manager]` section of `/etc/systemd/system.conf`. ```bash sudo systemctl daemon-reload ```