Merge pull request #1142 from dvdhrm/proxy-nofile

bus-proxy: increase NOFILE limit
This commit is contained in:
Lennart Poettering 2015-09-04 12:45:10 +02:00
commit 794ec1eb8b

View file

@ -18,3 +18,8 @@ PrivateDevices=yes
PrivateNetwork=yes
ProtectSystem=full
ProtectHome=yes
# The proxy manages connections of all users, so it needs an elevated file
# limit. It does proper per-user accounting (indirectly via kdbus), therefore,
# the effective per-user limits stay the same.
LimitNOFILE=16384