]> git.ipfire.org Git - thirdparty/mdadm.git/blob - systemd/mdadm-grow-continue@.service
mdadm/grow: reshape would be stuck from raid1 to raid5
[thirdparty/mdadm.git] / systemd / mdadm-grow-continue@.service
1 # This file is part of mdadm.
2 #
3 # mdadm is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
7
8 [Unit]
9 Description=Manage MD Reshape on /dev/%I
10 DefaultDependencies=no
11
12 [Service]
13 ExecStart=BINDIR/mdadm --grow --continue /dev/%i
14 StandardInput=null
15 StandardOutput=null
16 StandardError=null
17 KillMode=none