We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current behavior of templates/sysv/default/init.sh creates a chown operation on /var/log under default parameters.
templates/sysv/default/init.sh
chown
/var/log
There is existing commentary on this behavior: #110 (comment)
The text was updated successfully, but these errors were encountered:
add $name suffix to log directory provisioning
55e4e08
This fixes jordansissel#149
Successfully merging a pull request may close this issue.
The current behavior of
templates/sysv/default/init.sh
creates achown
operation on/var/log
under default parameters.There is existing commentary on this behavior: #110 (comment)
The text was updated successfully, but these errors were encountered: