From 5e2c93666f2590614214a33027002b431ebafebc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 31 Dec 2011 13:48:35 +0100 Subject: test: rename test directory --- test/e.service | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/e.service (limited to 'test/e.service') diff --git a/test/e.service b/test/e.service new file mode 100644 index 0000000000..5ba98c7c43 --- /dev/null +++ b/test/e.service @@ -0,0 +1,8 @@ +[Unit] +Description=E:Cyclic +After=b.service +Before=a.service +Wants=a.service + +[Service] +ExecStart=/bin/true -- cgit v1.2.3-54-g00ecf