blob: 95a9bb1787cccaebee212145e9717d1aca0d6685 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
general {
output_format = "none"
}
order += "run_watch EXISTING"
order += "run_watch NONEXISTANT"
run_watch EXISTING {
pidfile = "testcases/004-run-watch/pidfile"
}
run_watch NONEXISTANT {
pidfile = "testcases/004-run-watch/notexistant"
}
|