Skip to content

Fix privatestorageops issue 278: Unknown key name 'LimitNOFILESoft'

Florian Sesser requested to merge 278.fix-softlimit into develop

Fixes https://whetstone.privatestorage.io/privatestorage/privatestorageops/-/issues/278
Refers https://whetstone.privatestorage.io/privatestorage/privatestorageops/-/issues/21

This removes the faulty LimitNOFILESoft option - the error message

Unknown key name 'LimitNOFILESoft' in section 'Service', ignoring

was indeed correct. If only LimitNOFILE is set, systemd will set both soft and hard limits to the same number.

Merge request reports