]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: don't generate stub unit file for transient units
authorLennart Poettering <lennart@poettering.net>
Fri, 28 Aug 2015 14:05:32 +0000 (16:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 31 Aug 2015 11:20:43 +0000 (13:20 +0200)
commit3f5e811594bcdb25d3aa859cb0be06f6df3a03b9
treeafa849b78dd017f164fb5d539d9557bf63154f29
parent3850d0505fb4350dccdd63cf6129db40fe9b5bd0
core: don't generate stub unit file for transient units

We store the properties for transient units in drop-ins anyway, and
units don't have to have fragment files, hence don't bother with them,
and don't create them.
src/core/load-fragment.c
src/core/unit.c