[arch-commits] Commit in tomcat8/trunk (PKGBUILD systemd_tomcat8.service)

Guillaume Alaux guillaume at archlinux.org
Thu Dec 17 10:20:05 UTC 2015


    Date: Thursday, December 17, 2015 @ 11:20:05
  Author: guillaume
Revision: 256697

Implement FS#47337

Modified:
  tomcat8/trunk/PKGBUILD
  tomcat8/trunk/systemd_tomcat8.service

-------------------------+
 PKGBUILD                |    2 +-
 systemd_tomcat8.service |    6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-17 10:18:22 UTC (rev 256696)
+++ PKGBUILD	2015-12-17 10:20:05 UTC (rev 256697)
@@ -22,7 +22,7 @@
         systemd_tmpfiles.d_${pkgname}.conf)
 
 sha256sums=('2fc3dde305e08388a12bd2868063ab6829a1d70acd9affe3a8707bd9679e0059'
-            'd44056248b7cdd6671fd4de08a9453b3bd1a83980343d249a99b74939d46f4d4'
+            '01ba022e06d6afa71f6f7d774e48c042c63eca9e06f0c95c92cf8d5a3828a8b2'
             '02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'
             '0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2')
 

Modified: systemd_tomcat8.service
===================================================================
--- systemd_tomcat8.service	2015-12-17 10:18:22 UTC (rev 256696)
+++ systemd_tomcat8.service	2015-12-17 10:20:05 UTC (rev 256697)
@@ -10,6 +10,8 @@
 Environment=CATALINA_HOME=/usr/share/tomcat8
 Environment=CATALINA_BASE=/usr/share/tomcat8
 Environment=CATALINA_OPTS=
+Environment=ERRFILE=SYSLOG
+Environment=OUTFILE=SYSLOG
 
 ExecStart=/usr/bin/jsvc \
             -Dcatalina.home=${CATALINA_HOME} \
@@ -19,8 +21,8 @@
             -user tomcat8 \
             -java-home ${TOMCAT_JAVA_HOME} \
             -pidfile /var/run/tomcat8.pid \
-            -errfile SYSLOG \
-            -outfile SYSLOG \
+            -errfile ${ERRFILE} \
+            -outfile ${OUTFILE} \
             $CATALINA_OPTS \
             org.apache.catalina.startup.Bootstrap
 



More information about the arch-commits mailing list