]> git.ipfire.org Git - thirdparty/mdadm.git/blob - systemd/mdmon@.service
304b26e890c704a211cab889438ded98b0564ff9
[thirdparty/mdadm.git] / systemd / mdmon@.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=MD Metadata Monitor on /dev/%I
10 DefaultDependencies=no
11 Before=initrd-switch-root.target
12
13 [Service]
14 # mdmon should never complain due to lack of a platform,
15 # that is mdadm's job if at all.
16 Environment=IMSM_NO_PLATFORM=1
17 ExecStart=/sbin/mdmon %I
18 Type=forking
19 PIDFile=/run/mdadm/%I.pid
20 KillMode=none