diff options
author | Timotheus Pokorra <tp@tbits.net> | 2015-02-19 10:54:24 +0100 |
---|---|---|
committer | Timotheus Pokorra <timotheus.pokorra@solidcharity.com> | 2015-02-19 11:04:00 +0100 |
commit | f2e42d9610be40b21fe2de3f75742da61a96f5a2 (patch) | |
tree | 5dedbc2444cb4d9faa66a18ddac529719e5c0d1e | |
parent | 4fd16946f56d0f03f6e49d48d4ca8390d64b2081 (diff) | |
download | pykolab-f2e42d9610be40b21fe2de3f75742da61a96f5a2.tar.gz |
CentOS7 systemd: fix location of kolab-saslauthd socket (#4628) from the default of /var/run/saslauthd/mux to /run/saslauthd/mux
-rw-r--r-- | saslauthd/kolab-saslauthd.systemd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |