diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-12-06 21:51:59 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-19 16:23:27 +0100 |
commit | 7b4329534688612dce829afb5088298e734f5086 (patch) | |
tree | 8fd27ebeb7ded7a6f5a4b679f2e7db817a3448ff /test/units/unit-with-.service.d | |
parent | cc46b9d91399aed39eb64fa07283e40eb8262078 (diff) | |
download | systemd-7b4329534688612dce829afb5088298e734f5086.tar.gz |
tests: move unit files to units/ subdirectory
We have a bazillion of those unit files, and keeping them all directly in tests/
has become rather unwieldy.
Diffstat (limited to 'test/units/unit-with-.service.d')
-rw-r--r-- | test/units/unit-with-.service.d/20-override.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/units/unit-with-.service.d/20-override.conf b/test/units/unit-with-.service.d/20-override.conf new file mode 100644 index 0000000000..c6c2438f73 --- /dev/null +++ b/test/units/unit-with-.service.d/20-override.conf @@ -0,0 +1,2 @@ +[Unit] +Documentation=man:override1 |