Cross Reference: test-rlimits.sh
xref
: /
systemd
/
src
/
libsystemd-network
/
lldp-tlv.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
test-rlimits.sh revision e3ceb75be3cab5d700c7a1c65356cc9d4151a912
#!/
bin
/
bash
set
-x
set
-e
set
-o
pipefail
[[
"
$(
systemctl
show
-p
DefaultLimitNOFILESoft
)
"
=
"DefaultLimitNOFILESoft=10000"
]]
[[
"
$(
systemctl
show
-p
DefaultLimitNOFILE
)
"
=
"DefaultLimitNOFILE=16384"
]]
[[
"
$(
systemctl
show
-p
LimitNOFILESoft
testsuite.service
)
"
=
"LimitNOFILESoft=10000"
]]
[[
"
$(
systemctl
show
-p
LimitNOFILE
testsuite.service
)
"
=
"LimitNOFILE=16384"
]]
[[
"
$(
ulimit
-n -S)
"
=
"10000"
]]
[[
"
$(
ulimit
-n -H)
"
=
"16384"
]]
touch
/
testok