FS#32452 - [tor] systemd service file is missing LimitNOFILE
Attached to Project:
Community Packages
Opened by ... (spider007) - Sunday, 04 November 2012, 11:48 GMT
Last edited by Lukas Fleischer (lfleischer) - Thursday, 15 November 2012, 19:09 GMT
Opened by ... (spider007) - Sunday, 04 November 2012, 11:48 GMT
Last edited by Lukas Fleischer (lfleischer) - Thursday, 15 November 2012, 19:09 GMT
|
Details
Description:
rc.d file takes TOR_MAX_FD into account, but the systemd file doesn't. I think this can be fixed with: # diff /usr/lib/systemd/system/tor.service /etc/systemd/system/tor.service 11a12 > LimitNOFILE=$TOR_MAX_FD Without it tor doesn't really function as the default number is 4096 |
This task depends upon
Closed by Lukas Fleischer (lfleischer)
Thursday, 15 November 2012, 19:09 GMT
Reason for closing: Fixed
Additional comments about closing: Added in trunk.
Thursday, 15 November 2012, 19:09 GMT
Reason for closing: Fixed
Additional comments about closing: Added in trunk.
wtf?