Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
server:database
arangodb3
0002-Fix-pidfile-path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-Fix-pidfile-path.patch of Package arangodb3
From fbc6b73307bfffa97b6017d087bea3195439cb2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@gmail.com> Date: Sun, 2 Jan 2022 20:14:19 +0100 Subject: [PATCH 2/7] Fix pidfile path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Klaus Kämpf <kkaempf@gmail.com> --- Installation/systemd/arangodb3.service.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installation/systemd/arangodb3.service.in b/Installation/systemd/arangodb3.service.in index 7a095956d1e..e573c37af80 100644 --- a/Installation/systemd/arangodb3.service.in +++ b/Installation/systemd/arangodb3.service.in @@ -25,14 +25,14 @@ LimitNOFILE=131072 LimitNPROC=131072 TasksMax=131072 -PIDFile=/var/run/arangodb3/arangod.pid +PIDFile=/run/arangodb3/arangod.pid Environment=GLIBCXX_FORCE_NEW=1 # Protect users from making their installation unusable by # starting arangod with wrong permissions (e.g. as root). # This will reset the permissions to the working default. ExecStartPre=/usr/bin/install -g arangodb -o arangodb -d /var/tmp/arangodb3 -ExecStartPre=/usr/bin/install -g arangodb -o arangodb -d /var/run/arangodb3 +ExecStartPre=/usr/bin/install -g arangodb -o arangodb -d /run/arangodb3 ExecStartPre=@CHOWN_EXECUTABLE@ -R arangodb:arangodb /var/log/arangodb3 ExecStartPre=@CHMOD_EXECUTABLE@ 700 /var/log/arangodb3 ExecStartPre=@CHOWN_EXECUTABLE@ -R arangodb:arangodb /var/lib/arangodb3 @@ -40,7 +40,7 @@ ExecStartPre=@CHMOD_EXECUTABLE@ 700 /var/lib/arangodb3 ExecStartPre=@CHOWN_EXECUTABLE@ -R arangodb:arangodb /var/lib/arangodb3-apps ExecStartPre=@CHMOD_EXECUTABLE@ 700 /var/lib/arangodb3-apps -ExecStart=/usr/sbin/arangod --uid arangodb --gid arangodb --pid-file /var/run/arangodb3/arangod.pid --temp.path /var/tmp/arangodb3 --log.foreground-tty true +ExecStart=/usr/sbin/arangod --uid arangodb --gid arangodb --pid-file /run/arangodb3/arangod.pid --temp.path /var/tmp/arangodb3 --log.foreground-tty true TimeoutStopSec=3600 TimeoutSec=3600 -- 2.39.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor