preset: Add ignore directive
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 13 Apr 2023 17:03:43 +0000 (19:03 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 14 Apr 2023 19:27:59 +0000 (20:27 +0100)
commite77e07f60186b96a9b5df398e92a18a72918e0f2
treea027c2307414487484f58dea1a1c2752becda4ed
parent6e4ec79a3cc5a24d9a5ac53c3737c4d398ac383d
preset: Add ignore directive

The ignore directive specifies to not do anything with the given
unit and leave existing configuration intact. This allows distributions
to gradually adopt preset files by shipping a ignore * preset file.
man/systemd.preset.xml
src/core/dbus-unit.c
src/core/unit.c
src/core/unit.h
src/shared/install.c
src/shared/install.h
src/systemctl/systemctl-list-unit-files.c
src/test/test-install-root.c