Projects
Kolab:3.4
pykolab
fix_run_kolabd_centos7.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_run_kolabd_centos7.patch of Package pykolab (Revision 142)
Currently displaying revision
142
,
Show latest
From 830669067a9d50b1c5af54b214411cf3c3322afd Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra <tp@tbits.net> Date: Fri, 13 Feb 2015 10:10:39 +0100 Subject: [PATCH] fixing location of kolabd.pid file for systemd. fixing #2626 --- kolabd/kolabd.systemd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kolabd/kolabd.systemd b/kolabd/kolabd.systemd index 92db05e..6d66334 100644 --- a/kolabd/kolabd.systemd +++ b/kolabd/kolabd.systemd @@ -4,11 +4,11 @@ After=syslog.target network.target [Service] Type=forking -PIDFile=/var/run/kolabd/kolabd.pid +PIDFile=/run/kolabd/kolabd.pid User=kolab Group=kolab EnvironmentFile=/etc/sysconfig/kolabd -ExecStart=/usr/sbin/kolabd $FLAGS +ExecStart=/usr/sbin/kolabd $FLAGS --pid-file /run/kolabd/kolabd.pid ExecReload=/bin/kill -HUP $MAINPID ExecStop=/bin/kill -TERM $MAINPID -- 1.8.3.1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.