Bugfix: sanoid: logfile permissions (#86)
bg Bugfix: sanoid: logfile permissions Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#86 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
5cb0ab4070
commit
3a34d5841f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
/var/log/sanoid-cron.log {
|
/var/log/sanoid-cron.log {
|
||||||
su root root
|
su root root
|
||||||
create 0640 root root
|
create 0644 root root
|
||||||
rotate 4
|
rotate 4
|
||||||
weekly
|
weekly
|
||||||
compress
|
compress
|
||||||
|
|
Loading…
Reference in a new issue