]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/dropin: ignore ENAMETOOLONG when checking drop-in directories (#7525)
authorLukáš Nykrýn <lnykryn@redhat.com>
Fri, 1 Dec 2017 19:34:49 +0000 (20:34 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 1 Dec 2017 19:34:49 +0000 (20:34 +0100)
commitdfeec916b57b593ce07d3751aebdb0cce1d05201
tree19a954c8dc3c175f7635928b1d3962935a6da22c
parent1a2d4d70845f483bcb3f704fa092f5fd76580d31
shared/dropin: ignore ENAMETOOLONG when checking drop-in directories (#7525)

This usually happens for device units with long
path in /sys. But users can't even create such drop-ins,
so lets just ignore the error here.

Fixes #6867
src/shared/dropin.c