linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] support launching mdmon via systemctl
@ 2013-01-21 13:22 Jes.Sorensen
  2013-01-21 13:22 ` [PATCH 1/3] Add support for launching mdmon via systemctl instead of fork/exec Jes.Sorensen
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jes.Sorensen @ 2013-01-21 13:22 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid, dledford, harald

From: Jes Sorensen <Jes.Sorensen@redhat.com>

Hi,

This is v2 of the patch to support launching mdmon via systemctl/
systemd. It now provides a command line option --systemctl, as well as
the two systemd .service files.

Cheers,
Jes


Jes Sorensen (3):
  Add support for launching mdmon via systemctl instead of fork/exec
  systemd .service files for launching mdmon via systemctl
  execl() only returns in case of error

 ReadMe.c                       |  2 ++
 mdadm.c                        |  4 ++++
 mdadm.h                        |  2 ++
 mdmon.c                        |  4 +++-
 systemd/mdmon-offroot@.service | 19 +++++++++++++++++++
 systemd/mdmon@.service         | 13 +++++++++++++
 util.c                         | 42 ++++++++++++++++++++++++++++++------------
 7 files changed, 73 insertions(+), 13 deletions(-)
 create mode 100644 systemd/mdmon-offroot@.service
 create mode 100644 systemd/mdmon@.service

-- 
1.7.11.7


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-01-25 15:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21 13:22 [PATCH v2 0/3] support launching mdmon via systemctl Jes.Sorensen
2013-01-21 13:22 ` [PATCH 1/3] Add support for launching mdmon via systemctl instead of fork/exec Jes.Sorensen
2013-01-22  5:46   ` NeilBrown
2013-01-22  7:33     ` Jes Sorensen
2013-01-25 11:13       ` Jes Sorensen
2013-01-25 15:05         ` Jes Sorensen
2013-01-21 13:22 ` [PATCH 2/3] systemd .service files for launching mdmon via systemctl Jes.Sorensen
2013-01-21 13:22 ` [PATCH 3/3] execl() only returns in case of error Jes.Sorensen
2013-01-22  5:48   ` NeilBrown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).