summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2021-07-28 13:03:18 -0300
committerRafael Fontenelle2021-07-28 13:03:20 -0300
commit59e12cd48cd172ed32444764143b39a905675a3e (patch)
tree15557f79fe64096aa7e9c382d890481c316b22fc
parenta614c79bec572780775b8be5c657bfceac745d2e (diff)
downloadaur-59e12cd48cd172ed32444764143b39a905675a3e.tar.gz
Fix legacy path /var/run
systemd was complaining on thye use of /var/run directory with: 'PIDFile= references a path below legacy directory'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--mongodb.service2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa7509332cf2..a551d7b2e3b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb-bin
pkgdesc = A high-performance, open source, schema-free document-oriented database
pkgver = 5.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.mongodb.com/
arch = x86_64
arch = aarch64
@@ -23,7 +23,7 @@ pkgbase = mongodb-bin
source = mongodb.tmpfiles
source = LICENSE
sha256sums = f2a79c7fcd75253ab1cb888541a0c0678bf3bb78700c79996e24a678f1e42850
- sha256sums = 834f25ca1f53b459d02af3c0e89e4dda1b83bdd43ef5a9ea5ab2095819894a42
+ sha256sums = de4f6770c45bc5418883659c479783c0184a6057df1c405a7933637984f82f0a
sha256sums = 47b884569102f7c79017ee78ef2e98204a25aa834c0ee7d5d62c270ab05d4e2b
sha256sums = 51ee1e1f71598aad919db79a195778e6cb6cfce48267565e88a401ebc64497ac
sha256sums = 09d99ca61eb07873d5334077acba22c33e7f7d0a9fa08c92734e0ac8430d6e27
diff --git a/PKGBUILD b/PKGBUILD
index 5acb5b435456..b404ecd2d818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver="5.0.1"
_basever="5.0"
_basedist="focal"
_mshver="1.0.1"
-pkgrel="1"
+pkgrel="2"
pkgdesc="A high-performance, open source, schema-free document-oriented database"
arch=("x86_64" "aarch64")
url="https://www.mongodb.com/"
@@ -39,7 +39,7 @@ noextract=(
mongodb-org-server_${pkgver}_${CARCH}.deb
mongodb-org-mongos_${pkgver}_${CARCH}.deb)
sha256sums=('f2a79c7fcd75253ab1cb888541a0c0678bf3bb78700c79996e24a678f1e42850'
- '834f25ca1f53b459d02af3c0e89e4dda1b83bdd43ef5a9ea5ab2095819894a42'
+ 'de4f6770c45bc5418883659c479783c0184a6057df1c405a7933637984f82f0a'
'47b884569102f7c79017ee78ef2e98204a25aa834c0ee7d5d62c270ab05d4e2b'
'51ee1e1f71598aad919db79a195778e6cb6cfce48267565e88a401ebc64497ac'
'09d99ca61eb07873d5334077acba22c33e7f7d0a9fa08c92734e0ac8430d6e27')
diff --git a/mongodb.service b/mongodb.service
index d1cfa9c887c9..1f0fbdaed76c 100644
--- a/mongodb.service
+++ b/mongodb.service
@@ -8,7 +8,7 @@ Wants=network-online.target
User=mongodb
Group=mongodb
ExecStart=/usr/bin/mongod --config /etc/mongodb.conf
-PIDFile=/var/run/mongodb/mongod.pid
+PIDFile=/run/mongodb/mongod.pid
# file size
LimitFSIZE=infinity
# cpu time