Skip to content

Commit

Permalink
Increase file limit in systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Mar 3, 2018
1 parent 4ca54eb commit e4a7d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/systemd/pritunl.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Description=Pritunl Daemon

[Service]
LimitNOFILE=50000
LimitNOFILE=500000
ExecStart=%PREFIX%/bin/pritunl start
SuccessExitStatus=SIGALRM
TimeoutStopSec=20
Expand Down

0 comments on commit e4a7d8b

Please sign in to comment.