summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordNhax2020-12-01 21:44:39 +0100
committerdNhax2020-12-01 21:44:39 +0100
commitf33d1d44917ba319044628fc085e0b371ec6dc88 (patch)
treeedab91762227e47c4630971b8d382fee142e6859
parentabce4de3e6fbc30b6e1b664cd7707c81ec356cd3 (diff)
downloadaur-f33d1d44917ba319044628fc085e0b371ec6dc88.tar.gz
Removed StandardOutput and StandardError from service
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sonarqube.service2
3 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f8a0c63a038..ed9810641f75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sonarqube
pkgdesc = An open source platform for continuous inspection of code quality
pkgver = 8.5.1.38104
- pkgrel = 1
+ pkgrel = 2
url = http://www.sonarqube.org/
install = sonarqube.install
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = sonarqube
source = sonarqube-user.conf
source = 99-sonarqube.conf
sha256sums = ab12b13e067ef30e6f9cf24d9117453f6bbf6e8bf5149aef990797f420a8ed5c
- sha256sums = 26ca557a0d371702124212df1ab82a56bb49d6ea26ef7fb472f953e9c2cc5a21
+ sha256sums = cbea7066125c5e1b1ca093b73ccfaa4a477dc8a8431c4619de356bd36a6a44a9
sha256sums = 2d908a2965df90a74feb0e734dabb27543f5a375ce94ce2a26b4682f462e3ea5
sha256sums = 43ff10bbb495827e952225dce79da79bb800627eaa6f1d933f8f7fb408aafe6d
sha256sums = 682b3ab19eee18b39453fa2e99af89ba7e4ecb0f63dcebf137e65aa225a42e68
diff --git a/PKGBUILD b/PKGBUILD
index 3b3b4b364d57..59d8278e7634 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=sonarqube
pkgname=${_pkgname}
pkgver=8.5.1.38104
-pkgrel=1
+pkgrel=2
pkgdesc="An open source platform for continuous inspection of code quality"
arch=('x86_64')
url="http://www.sonarqube.org/"
@@ -30,7 +30,7 @@ source=("https://binaries.sonarsource.com/Distribution/${_pkgname}/${_pkgname}-$
"99-${_pkgname}.conf")
sha256sums=('ab12b13e067ef30e6f9cf24d9117453f6bbf6e8bf5149aef990797f420a8ed5c'
- '26ca557a0d371702124212df1ab82a56bb49d6ea26ef7fb472f953e9c2cc5a21'
+ 'cbea7066125c5e1b1ca093b73ccfaa4a477dc8a8431c4619de356bd36a6a44a9'
'2d908a2965df90a74feb0e734dabb27543f5a375ce94ce2a26b4682f462e3ea5'
'43ff10bbb495827e952225dce79da79bb800627eaa6f1d933f8f7fb408aafe6d'
'682b3ab19eee18b39453fa2e99af89ba7e4ecb0f63dcebf137e65aa225a42e68')
diff --git a/sonarqube.service b/sonarqube.service
index 56cc1381f059..c323cd42065a 100644
--- a/sonarqube.service
+++ b/sonarqube.service
@@ -8,8 +8,6 @@ After=network.target
Type=forking
User=sonarqube
Group=sonarqube
-StandardOutput=syslog
-StandardError=syslog
SyslogIdentifier=sonarqube
RuntimeDirectory=sonarqube
LimitNOFILE=65536