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/sleep.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/sleep.service')
-rw-r--r-- | test/sleep.service | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/sleep.service b/test/sleep.service deleted file mode 100644 index 946c44b621..0000000000 --- a/test/sleep.service +++ /dev/null @@ -1,6 +0,0 @@ -[Unit] -Description=Sleep for 1 minute - -[Service] -Type=oneshot -ExecStart=/bin/sleep 60 |