diff options
Diffstat (limited to 'net-misc/endlessh/files/logrotated')
-rw-r--r-- | net-misc/endlessh/files/logrotated | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-misc/endlessh/files/logrotated b/net-misc/endlessh/files/logrotated new file mode 100644 index 000000000000..53c9efbfe873 --- /dev/null +++ b/net-misc/endlessh/files/logrotated @@ -0,0 +1,7 @@ +/var/log/endlessh.log /var/log/endlessh.error.log { + missingok + notifempty + postrotate + /etc/init.d/endlessh -q reload + endscript +} |