From c90feab4ff8bc23d88d4f9c67d9652ba189cb51b Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Fri, 25 Jan 2013 22:19:19 +0100 Subject: test: factor out testsuite.target, end.service Tests can use the same testsuite.target. Add end.service to call poweroff instead of doing it from ExecStopPost where it may be skipped on failure of ExecStart. --- test/testsuite.target | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/testsuite.target (limited to 'test/testsuite.target') diff --git a/test/testsuite.target b/test/testsuite.target new file mode 100644 index 000000000..1a7e5b371 --- /dev/null +++ b/test/testsuite.target @@ -0,0 +1,6 @@ +[Unit] +Description=Testsuite target +Requires=multi-user.target +After=multi-user.target +Conflicts=rescue.target +AllowIsolate=yes -- cgit v1.2.3