I'm using SmartOS, where app-specific config files get written to /opt/local/etc instead of /etc. The -c option will work great for loading the config from there, but the "install" command expects hard-coded paths.
There's a pretty simple workaround; I'll just copy the .yml.example manually and stick it there, but it'd be nice if the -c option worked consistently.
I'm using SmartOS, where app-specific config files get written to /opt/local/etc instead of /etc. The -c option will work great for loading the config from there, but the "install" command expects hard-coded paths.
There's a pretty simple workaround; I'll just copy the .yml.example manually and stick it there, but it'd be nice if the -c option worked consistently.