aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/sentinel.cfg
blob: 8284afed9595946207d689ade79ea7b02b3507c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
service[3]
service[0].command "./sentinel-tester.sh"
service[0].name "sentinel-tester"
service[0].autostart true
service[0].autorestart true
service[0].id "whatever"
service[1].command "/usr/bin/true"
service[1].name "true"
service[1].autostart true
service[1].autorestart true
service[1].id "whatever"
service[2].command "/bin/sleep 137"
service[2].name "sleep"
service[2].autostart true
service[2].autorestart true
service[2].id "whatever"