summaryrefslogtreecommitdiff
path: root/systemd/mdadm-grow-continue@.service
blob: 5c667d2a71f64bcfb8cac57cb43f7c7e15a91f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#  This file is part of mdadm.
#
#  mdadm is free software; you can redistribute it and/or modify it
#  under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2 of the License, or
#  (at your option) any later version.

[Unit]
Description=Manage MD Reshape on /dev/%I
DefaultDependencies=no

[Service]
ExecStart=BINDIR/mdadm --grow --continue /dev/%I
StandardInput=null
StandardOutput=null
StandardError=null
KillMode=none