chiark / gitweb /
test: add missing test units
authorLennart Poettering <lennart@poettering.net>
Tue, 18 Feb 2014 22:55:41 +0000 (23:55 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 18 Feb 2014 22:55:41 +0000 (23:55 +0100)
test/grandchild.service [new file with mode: 0644]
test/parent-deep.slice [new file with mode: 0644]

diff --git a/test/grandchild.service b/test/grandchild.service
new file mode 100644 (file)
index 0000000..ab64130
--- /dev/null
@@ -0,0 +1,7 @@
+[Unit]
+Description=Grandchild Service
+
+[Service]
+Slice=parent-deep.slice
+Type=oneshot
+ExecStart=/bin/true
diff --git a/test/parent-deep.slice b/test/parent-deep.slice
new file mode 100644 (file)
index 0000000..79b302f
--- /dev/null
@@ -0,0 +1,5 @@
+[Unit]
+Description=Deeper Parent Slice
+
+[Slice]
+MemoryLimit=3G