summaryrefslogtreecommitdiffstats
path: root/test/unstoppable.service
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-12-06 21:51:59 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-19 16:23:27 +0100
commit7b4329534688612dce829afb5088298e734f5086 (patch)
tree8fd27ebeb7ded7a6f5a4b679f2e7db817a3448ff /test/unstoppable.service
parentsd-bus: sd_bus_set/get_method_call_timeout docs + cleanups. (diff)
downloadsystemd-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/unstoppable.service')
-rw-r--r--test/unstoppable.service5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/unstoppable.service b/test/unstoppable.service
deleted file mode 100644
index 56b72c98f7..0000000000
--- a/test/unstoppable.service
+++ /dev/null
@@ -1,5 +0,0 @@
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/bin/echo "I'm unstoppable!"
-ExecStop=/bin/systemctl start --no-block unstoppable.service