2014-02-20 00:05:35 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Ansible Test Service
|
|
|
|
|
|
|
|
[Service]
|
2014-10-22 22:36:54 +02:00
|
|
|
ExecStart=/usr/sbin/ansible_test_service "Test\nthat newlines in scripts\nwork"
|
2014-02-20 00:05:35 +01:00
|
|
|
ExecReload=/bin/true
|
|
|
|
Type=forking
|
2016-07-29 17:35:03 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|