From: Jes Sorensen <Jes.Sorensen@xxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html