]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/unit.c
core: when a unit's SourcePath points to API VFS pretend we are never out-of-date...
authorLennart Poettering <lennart@poettering.net>
Wed, 1 Mar 2017 15:25:08 +0000 (16:25 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 1 Mar 2017 15:25:08 +0000 (10:25 -0500)
commit77969722aaef10d9dd8fc13569f9a6d45c1a577e
treef6d6cf6e2c4f4398772b0964b7b79cf9941795f5
parentecadd9b3fd394fd5fdef87cf9f1fb764b0bb83f0
core: when a unit's SourcePath points to API VFS pretend we are never out-of-date (#5487)

If the unit's SourcePath is below /proc then it's a unit genreated from
a kernel resource (such as a .mount or .swap unit). And those we watch
anyway, and hence should never be out-of-date.

Fixes: #5461
src/core/unit.c