aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx-lua/nginx.logrotate
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-09-05 12:58:10 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-05 13:05:36 +0200
commita9193cd105138a3f5ab566b9064604bb12aff378 (patch)
tree83ebcc6e2d73cbb686abcb46f22a16c06e0b3f5c /main/nginx-lua/nginx.logrotate
parenta06bd137ccd148f57e09f5ec9afcff356bac3b7c (diff)
main/nginx-lua: used shared initscript
Diffstat (limited to 'main/nginx-lua/nginx.logrotate')
-rw-r--r--main/nginx-lua/nginx.logrotate12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/nginx-lua/nginx.logrotate b/main/nginx-lua/nginx.logrotate
deleted file mode 100644
index 00e5a94eb56..00000000000
--- a/main/nginx-lua/nginx.logrotate
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.logrotate,v 1.1 2010/01/03 20:29:40 djc Exp $
-
-/var/log/nginx/*.log {
- missingok
- sharedscripts
- postrotate
- test -r /var/run/nginx.pid && kill -USR1 `cat /var/run/nginx.pid`
- endscript
-}
-