public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Randy Barlow <randy@electronsweatshop.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ejabberd] f45: Run ejabberdctl with bash when stopping in the unit file (#1314753).
Date: Wed, 23 Sep 2026 19:07:24 GMT [thread overview]
Message-ID: <179019044499.1.1691261883661147004.rpms-ejabberd-95ac9cc3877d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ejabberd
Branch : f45
Commit : 95ac9cc3877d2eac0e8c3765e7a8c8f628cef6ce
Author : Randy Barlow <randy@electronsweatshop.com>
Date : 2016-03-06T01:14:54-05:00
Stats : +5/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ejabberd/c/95ac9cc3877d2eac0e8c3765e7a8c8f628cef6ce?branch=f45
Log:
Run ejabberdctl with bash when stopping in the unit file (#1314753).
---
diff --git a/ejabberd.service b/ejabberd.service
index 2fe9048..902e694 100644
--- a/ejabberd.service
+++ b/ejabberd.service
@@ -14,7 +14,7 @@ ExecStart=/usr/bin/bash /usr/bin/ejabberdctl \
--ctl-config /etc/ejabberd/ejabberdctl.cfg \
--logs "/var/log/ejabberd" \
--spool "/var/lib/ejabberd" start
-ExecStop=/usr/bin/ejabberdctl stop
+ExecStop=/usr/bin/bash /usr/bin/ejabberdctl stop
RemainAfterExit=yes
[Install]
diff --git a/ejabberd.spec b/ejabberd.spec
index 4dda024..f18b57e 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -12,7 +12,7 @@
Name: ejabberd
Version: 16.01
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A distributed, fault-tolerant Jabber/XMPP server
License: GPLv2+
@@ -360,6 +360,9 @@ fi)
%changelog
+* Sun Mar 06 2016 Randy Barlow <rbarlow@redhat.com> - 16.01-4
+- Run ejabberdctl with bash when stopping in the unit file (#1314753).
+
* Sun Feb 28 2016 Randy Barlow <rbarlow@redhat.com> - 16.01-3
- Set permissions to 755 on ejabberdctl so the ejabberd user can start the daemon (#1312709).
- Drop the commented deps source, as it is not used.
reply other threads:[~2026-09-23 19:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179019044499.1.1691261883661147004.rpms-ejabberd-95ac9cc3877d@fedoraproject.org \
--to=randy@electronsweatshop.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox