summaryrefslogtreecommitdiffstats
path: root/ham/svxlink/svxlink
diff options
context:
space:
mode:
author Gustavo Conrad <gus3963@gmail.com>2018-04-06 00:29:08 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-07 08:13:12 +0700
commit3fb4edd186422c7764f2831957c3fcc225658acc (patch)
tree13b7b70440fb4ee1e7944890118c67e594173d2f /ham/svxlink/svxlink
parentff73ccf5a98405f0cb3fc1ba29ce761dcd446480 (diff)
downloadslackbuilds-3fb4edd186422c7764f2831957c3fcc225658acc.tar.gz
slackbuilds-3fb4edd186422c7764f2831957c3fcc225658acc.tar.xz
ham/svxlink: Added logrotate script.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ham/svxlink/svxlink')
-rw-r--r--ham/svxlink/svxlink12
1 files changed, 12 insertions, 0 deletions
diff --git a/ham/svxlink/svxlink b/ham/svxlink/svxlink
new file mode 100644
index 0000000000..606dccced6
--- /dev/null
+++ b/ham/svxlink/svxlink
@@ -0,0 +1,12 @@
+/var/log/svxlink
+/var/log/svxreflector
+{
+ missingok
+ notifempty
+ weekly
+ rotate 12
+ create 0644 svxlink daemon
+ postrotate
+ killall -HUP svxlink
+ endscript
+}