summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/systemd/templates/sleeper@.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/systemd/templates/sleeper@.service')
-rw-r--r--test/integration/targets/systemd/templates/sleeper@.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/integration/targets/systemd/templates/sleeper@.service b/test/integration/targets/systemd/templates/sleeper@.service
new file mode 100644
index 0000000..8b47982
--- /dev/null
+++ b/test/integration/targets/systemd/templates/sleeper@.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Basic service to use as a template
+
+[Service]
+ExecStart={{ sleep_bin_path }} %i
+
+[Install]
+WantedBy=multi-user.target