mdadm/mdmonitor-takeover.service

14 lines
255 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Software RAID Monitor Takeover
Before=sysinit.target shutdown.target
Conflicts=shutdown.target
DefaultDependencies=no
[Service]
Type=forking
RemainAfterExit=yes
ExecStart=/sbin/mdmon --takeover --all
[Install]
WantedBy=sysinit.target