[systemd-commits] test/grandchild.service test/parent-deep.slice

Lennart Poettering lennart at kemper.freedesktop.org
Tue Feb 18 23:55:45 CET 2014


 test/grandchild.service |    7 +++++++
 test/parent-deep.slice  |    5 +++++
 2 files changed, 12 insertions(+)

New commits:
commit 0e4061c4d5de6b41326740ee8f8f13c168eea28d
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Feb 18 23:55:41 2014 +0100

    test: add missing test units

diff --git a/test/grandchild.service b/test/grandchild.service
new file mode 100644
index 0000000..ab64130
--- /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 0000000..79b302f
--- /dev/null
+++ b/test/parent-deep.slice
@@ -0,0 +1,5 @@
+[Unit]
+Description=Deeper Parent Slice
+
+[Slice]
+MemoryLimit=3G



More information about the systemd-commits mailing list