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/grandchild.service | |
parent | sd-bus: sd_bus_set/get_method_call_timeout docs + cleanups. (diff) | |
download | systemd-7b4329534688612dce829afb5088298e734f5086.tar.xz systemd-7b4329534688612dce829afb5088298e734f5086.zip |
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/grandchild.service')
-rw-r--r-- | test/units/grandchild.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/units/grandchild.service b/test/units/grandchild.service new file mode 100644 index 0000000000..ab641300e4 --- /dev/null +++ b/test/units/grandchild.service @@ -0,0 +1,7 @@ +[Unit] +Description=Grandchild Service + +[Service] +Slice=parent-deep.slice +Type=oneshot +ExecStart=/bin/true |