]> git.pld-linux.org Git - packages/lvm2.git/commitdiff
Disable startup timeout for clvmd.service
authorMariusz Mazur <mmazur@axeos.com>
Fri, 4 Jul 2014 08:47:36 +0000 (08:47 +0000)
committerMariusz Mazur <mmazur@axeos.com>
Fri, 4 Jul 2014 08:47:36 +0000 (08:47 +0000)
There are no good reasons to kill clvmd mid startup, especially
considering cluster environments can take a long time to settle.

clvmd.service

index f75c27254f5577f19436890dbc869466123c5d30..2b6ae29b346fd97511ab7fb2ee651ea228fe53e5 100644 (file)
@@ -9,6 +9,7 @@ NotifyAccess=main
 EnvironmentFile=/etc/sysconfig/clvmd
 ExecStart=/usr/sbin/clvmd -f $CLVMDOPTS
 ExecReload=/usr/sbin/clvmd -R
+TimeoutStartSec=0
 
 [Install]
 WantedBy=multi-user.target
This page took 0.131805 seconds and 4 git commands to generate.