summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/service_facts/files/ansible.systemd
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/service_facts/files/ansible.systemd')
-rw-r--r--test/integration/targets/service_facts/files/ansible.systemd11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/integration/targets/service_facts/files/ansible.systemd b/test/integration/targets/service_facts/files/ansible.systemd
new file mode 100644
index 0000000..3466f25
--- /dev/null
+++ b/test/integration/targets/service_facts/files/ansible.systemd
@@ -0,0 +1,11 @@
+[Unit]
+Description=Ansible Test Service
+
+[Service]
+ExecStart=/usr/sbin/ansible_test_service "Test\nthat newlines in scripts\nwork"
+ExecReload=/bin/true
+Type=forking
+PIDFile=/var/run/ansible_test_service.pid
+
+[Install]
+WantedBy=multi-user.target