Browse Source

Configure logrotate permissions for selfoss

Dan Milon 8 years ago
parent
commit
97e996b225
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/news/files/etc_logrotate_selfoss

+ 1
- 1
roles/news/files/etc_logrotate_selfoss View File

4
         rotate 5
4
         rotate 5
5
         compress
5
         compress
6
         notifempty
6
         notifempty
7
-        create 0644 www-data www-data
7
+	su www-data www-data
8
 }
8
 }

Loading…
Cancel
Save