]> git.pld-linux.org Git - packages/pacemaker.git/commitdiff
systemd unit file fixed
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Fri, 26 Oct 2012 13:48:02 +0000 (15:48 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Fri, 26 Oct 2012 13:48:02 +0000 (15:48 +0200)
pacemaker.service

index c7639827e0717d37b6a16d69e1681fc90fac3df6..43d50bd05ddb727a088de5792579901ae48eecd1 100644 (file)
@@ -1,7 +1,7 @@
 [Unit]
 Description=Pacemaker High Availability Cluster Manager for Corosync stack
-After=corosync.target
-Requires=corosync.target
+After=corosync.service
+Requires=corosync.service
 
 [Install]
 WantedBy=multi-user.target
This page took 0.038414 seconds and 4 git commands to generate.