summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/service_facts/files/ansible.systemd
blob: 3466f25a08fbe3ecfd64a19d3adbfa3d2ec091c9 (plain)
1
2
3
4
5
6
7
8
9
10
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