From: Jacek Konieczny <jajcus@jajcus.net>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 2/3] Run dlm.service after sys-kernel-config.mount
Date: Fri, 2 Nov 2012 16:39:49 +0100 [thread overview]
Message-ID: <1351870790-22294-3-git-send-email-jajcus@jajcus.net> (raw)
In-Reply-To: <1351870790-22294-1-git-send-email-jajcus@jajcus.net>
dlm_controld requires configfs mounted. systemd can take care for that,
but it does it better if the order is set in the unit file.
Signed-off-by: Jacek Konieczny <jajcus@jajcus.net>
---
init/dlm.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init/dlm.service b/init/dlm.service
index d7cf9c7..3c4e53e 100644
--- a/init/dlm.service
+++ b/init/dlm.service
@@ -1,6 +1,6 @@
[Unit]
Description=dlm control daemon
-After=syslog.target network.target corosync.service
+After=syslog.target network.target corosync.service sys-kernel-config.mount
[Service]
Type=forking
--
1.7.12.4
next prev parent reply other threads:[~2012-11-02 15:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-02 15:39 [Cluster-devel] DLM patches from PLD Linux Jacek Konieczny
2012-11-02 15:39 ` [Cluster-devel] [PATCH 1/3] Fix linking order Jacek Konieczny
2012-11-02 15:39 ` Jacek Konieczny [this message]
2012-11-02 15:39 ` [Cluster-devel] [PATCH 3/3] Do not crash uncleanly on SIGINT and SIGHUP Jacek Konieczny
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=1351870790-22294-3-git-send-email-jajcus@jajcus.net \
--to=jajcus@jajcus.net \
/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;
as well as URLs for NNTP newsgroup(s).