summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/service/files/ansible-broken.upstart
blob: 4e9c6694a14a920d99212513935be4fc6aac4539 (plain)
1
2
3
4
5
6
7
8
9
10
description     "ansible test daemon"

start on runlevel [345]
stop on runlevel [!345]

expect daemon

exec ansible_test_service

manual