diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-07-18 03:36:29 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-19 16:23:33 +0700 |
commit | 8679fda5afda338255385a3ed9ab6950943e1d50 (patch) | |
tree | 18e46e3f48625d65f64eec081cec4707c632f950 /network | |
parent | 1523e52ef65f8def6572d88bd4145ca2a2124df0 (diff) | |
download | slackbuilds-8679fda5afda338255385a3ed9ab6950943e1d50.tar.gz |
network/nsd: Fix logrotate file for non-root /var/log subdir
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/nsd/nsd.logrotate | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/nsd/nsd.logrotate b/network/nsd/nsd.logrotate index eb49072a75..5df3e2ba4a 100644 --- a/network/nsd/nsd.logrotate +++ b/network/nsd/nsd.logrotate @@ -2,6 +2,8 @@ daily rotate 14 notifempty + create 0640 nsd nsd + su nsd nsd missingok compress sharedscripts |