1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 11:39:02 +00:00
community.general/test/integration/roles/test_service/files/ansible.systemd

7 lines
165 B
Text

[Unit]
Description=Ansible Test Service
[Service]
ExecStart=/usr/sbin/ansible_test_service "Test\nthat newlines in scripts\nwork"
ExecReload=/bin/true
Type=forking