Projects
Kolab:3.4
pykolab
fix_kolabsaslauthd_centos7.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_kolabsaslauthd_centos7.patch of Package pykolab (Revision 147)
Currently displaying revision
147
,
Show latest
From 8ffb806fd0a0ff53dbb38daa00aee542785b323b Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra <tp@tbits.net> Date: Thu, 19 Feb 2015 10:54:24 +0100 Subject: [PATCH] CentOS7 systemd: fix location of kolab-saslauthd socket (#4628) from the default of /var/run/saslauthd/mux to /run/saslauthd/mux --- saslauthd/kolab-saslauthd.systemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saslauthd/kolab-saslauthd.systemd b/saslauthd/kolab-saslauthd.systemd index a39073c..f54b9d0 100644 --- a/saslauthd/kolab-saslauthd.systemd +++ b/saslauthd/kolab-saslauthd.systemd @@ -6,7 +6,7 @@ After=syslog.target network.target Type=forking PIDFile=/var/run/kolab-saslauthd/kolab-saslauthd.pid EnvironmentFile=/etc/sysconfig/kolab-saslauthd -ExecStart=/usr/sbin/kolab-saslauthd $FLAGS +ExecStart=/usr/sbin/kolab-saslauthd $FLAGS --socket /run/saslauthd/mux 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
.