summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/systemd/systemd-complex-service-file/build-spec/debian/test.service
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/systemd/systemd-complex-service-file/build-spec/debian/test.service')
-rw-r--r--t/recipes/checks/systemd/systemd-complex-service-file/build-spec/debian/test.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/recipes/checks/systemd/systemd-complex-service-file/build-spec/debian/test.service b/t/recipes/checks/systemd/systemd-complex-service-file/build-spec/debian/test.service
new file mode 100644
index 0000000..60f401a
--- /dev/null
+++ b/t/recipes/checks/systemd/systemd-complex-service-file/build-spec/debian/test.service
@@ -0,0 +1,9 @@
+[Unit]
+After=dbus.target
+Documentation=https://www.freedesktop.org/wiki/Software/dbus/
+
+[Service]
+ExecStart=/usr/bin/test
+
+[Install]
+RequiredBy=multi-user.target