aboutsummaryrefslogtreecommitdiffstats
path: root/community/unit/unit.logrotate
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-07 18:56:25 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-07 18:56:25 +0200
commitcf74b3cfd311bb589ae69e6886f95bb18b482744 (patch)
tree22567909207b02905236cf3b16a1501bc0f2fc69 /community/unit/unit.logrotate
parent6e34e3ebd65921fcc0ccb3135e81c4271b070f95 (diff)
downloadaports-cf74b3cfd311bb589ae69e6886f95bb18b482744.tar.bz2
aports-cf74b3cfd311bb589ae69e6886f95bb18b482744.tar.xz
community/unit: move from testing
Diffstat (limited to 'community/unit/unit.logrotate')
-rw-r--r--community/unit/unit.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/unit/unit.logrotate b/community/unit/unit.logrotate
new file mode 100644
index 0000000000..d8e5aae504
--- /dev/null
+++ b/community/unit/unit.logrotate
@@ -0,0 +1,7 @@
+/var/log/unit.log {
+ compress
+ copytruncate
+ missingok
+ notifempty
+ sharedscripts
+}