[arch-commits] Commit in tomcat7/trunk (PKGBUILD systemd_tomcat7.service)

Guillaume Alaux guillaume at archlinux.org
Thu Dec 17 10:18:22 UTC 2015


    Date: Thursday, December 17, 2015 @ 11:18:22
  Author: guillaume
Revision: 256696

Implement FS#47337

Modified:
  tomcat7/trunk/PKGBUILD
  tomcat7/trunk/systemd_tomcat7.service

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-17 10:13:18 UTC (rev 256695)
+++ PKGBUILD	2015-12-17 10:18:22 UTC (rev 256696)
@@ -22,7 +22,7 @@
         systemd_tmpfiles.d_${pkgname}.conf)
 
 sha256sums=('cd6074f30e2cc98f55213fd396264a760f4a4c8a9b3d4842546578eab8f5220e'
-            'c6d4dbbaac417418397e395944f7b6aa38ac444410e2fc33c7ee3520dba4cd23'
+            '51f599e519095ec146f5eba1a0d471117070f5b3089715bc9e392d537deb38ce'
             '4c0e12c45b406d2e8f0081de3d60dbf34c31f4da36296cedce6af5d6e03c8708'
             'bc8ce84b3b2c938f55980cbe9bc1c2a5f371e23b34cf11c1b56d2c49836761d6')
 

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



More information about the arch-commits mailing list