2011-07-07 11:42:10 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Software RAID Monitor Takeover
|
2011-10-19 16:46:49 +00:00
|
|
|
Before=sysinit.target shutdown.target
|
|
|
|
Conflicts=shutdown.target
|
|
|
|
DefaultDependencies=no
|
2011-07-07 11:42:10 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/sbin/mdmon --takeover --all
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|