summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-02-18 23:55:41 +0100
committerLennart Poettering <lennart@poettering.net>2014-02-18 23:55:41 +0100
commit0e4061c4d5de6b41326740ee8f8f13c168eea28d (patch)
tree04bffb05f01b7b736a50eae22c39c3e88ad3a614 /test
parent6afc95b73605833e6e966af1c466b5c08feb953f (diff)
test: add missing test units
Diffstat (limited to 'test')
-rw-r--r--test/grandchild.service7
-rw-r--r--test/parent-deep.slice5
2 files changed, 12 insertions, 0 deletions
diff --git a/test/grandchild.service b/test/grandchild.service
new file mode 100644
index 000000000..ab641300e
--- /dev/null
+++ b/test/grandchild.service
@@ -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
index 000000000..79b302f38
--- /dev/null
+++ b/test/parent-deep.slice
@@ -0,0 +1,5 @@
+[Unit]
+Description=Deeper Parent Slice
+
+[Slice]
+MemoryLimit=3G