]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/portable/portable.c
Create src/shared/unit-file.[ch] for unit-file related ops
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Jul 2019 13:46:16 +0000 (15:46 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 Jul 2019 14:51:14 +0000 (16:51 +0200)
commit5cfa33e0bc36ffe962501f67259044a636e15707
treec799790d2bdaf766742bcbcc5f3e281e676d295b
parent47a0011186757f55a747df22f05557d90990a95d
Create src/shared/unit-file.[ch] for unit-file related ops

So far we put such functinos in install.[ch], but that is tied too closely
to enable/disable. Let's start moving things to a place with a better name.
17 files changed:
src/core/bpf-firewall.c
src/core/dbus-job.c
src/core/dbus-unit.c
src/core/dynamic-user.c
src/core/manager.c
src/core/transaction.c
src/core/unit.c
src/core/unit.h
src/environment-d-generator/environment-d-generator.c
src/portable/portable.c
src/shared/install.c
src/shared/install.h
src/shared/meson.build
src/shared/path-lookup.h
src/shared/unit-file.c [new file with mode: 0644]
src/shared/unit-file.h [new file with mode: 0644]
src/test/test-engine.c