public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ejabberd] f45: Run ejabberdctl with bash when stopping in the unit file (#1314753).
@ 2026-09-23 19:07 Randy Barlow
  0 siblings, 0 replies; only message in thread
From: Randy Barlow @ 2026-09-23 19:07 UTC (permalink / raw)
  To: git-commits

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.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-23 19:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 19:07 [rpms/ejabberd] f45: Run ejabberdctl with bash when stopping in the unit file (#1314753) Randy Barlow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox