/etc/pybit/watcher/watcher.conf is in pybit-watcher 1.0.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"configured": false,
"dryrun": true,
"sleeptime": 3,
"rules": {
"/tmp/watcher/1": {
"repobase": "/path/to/repo1",
"rule": "squeeze"
},
"/tmp/watcher/2": {
"repobase": "/path/to/repo2",
"rule": "wheezy"
}
}
}
|