Skip to content

Commit

Permalink
Update systemd.md
Browse files Browse the repository at this point in the history
fullnode NOLIMITFILE to 65535
  • Loading branch information
cryptomolot authored Aug 30, 2024
1 parent c76c449 commit 5f65178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ User=$USER
ExecStart=$(which celestia) full start
Restart=on-failure
RestartSec=3
LimitNOFILE=1400000
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 5f65178

Please sign in to comment.