]> git.ipfire.org Git - thirdparty/mdadm.git/blame - systemd/mdmon@.service
mdmon@.service: Change type of process start-up to 'forking'.
[thirdparty/mdadm.git] / systemd / mdmon@.service
CommitLineData
0f7bdf89
JS
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]
9Description=MD Metadata Monitor on /dev/%I
10DefaultDependencies=no
11Before=initrd-switch-root.target
12
13[Service]
67ee2383
N
14# mdmon should never complain due to lack of a platform,
15# that is mdadm's job if at all.
16Environment=IMSM_NO_PLATFORM=1
2167de78
PB
17ExecStart=/sbin/mdmon %I
18Type=forking
19PIDFile=/run/mdadm/%I.pid
0f7bdf89 20KillMode=none