init-checkconf (8) Linux Manual Page
init-checkconf – manual page for init-checkconf
Synopsis
init-checkconf [OPTIONS] file
init-checkconf [OPTIONS] -f file
Description
Determine if specified Upstart init(8) job configuration file is valid. By default, two checks are performed:
- •
- Ensure Upstart can parse overall file successfully
- •
- Ensure all script sections are parseable by shell
Options
- -d , –debug
- Show some debug output.
- -f file , –file=file
- Specify job configuration file to check.
- -i path , –initctl-path=path
- Specify path to initctl(8) binary.
- -s , –noscript
- Do not check script sections.
- -x path , –upstart-path=path
- Specify path to init(8) binary.
- -h , –help
- Display usage statement.
Author
Written by James Hunt <james.hunt [at] ubuntu.com>
Limitations
- •
- exec stanzas containing shell meta-characters will not be checked as scripts.
Reporting Bugs
Report bugs at <https://launchpad.net/upstart/+bugs>
Copyright
Copyright © 2011-2013 Canonical Ltd.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
