]> git.ipfire.org Git - thirdparty/mdadm.git/blame - systemd/mdmon@.service
Revert "mdadm/systemd: remove KillMode=none from service file"
[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
ea109700 12Documentation=man:mdmon(8)
0f7bdf89
JS
13
14[Service]
67ee2383
N
15# mdmon should never complain due to lack of a platform,
16# that is mdadm's job if at all.
17Environment=IMSM_NO_PLATFORM=1
8d1d32bb
N
18# The mdmon starting in the initramfs (with dracut at least)
19# cannot see sysfs after root is mounted, so we will have to
20# 'takeover'. As the '--offroot --takeover' don't hurt when
21# not necessary, are are useful with root-on-md in dracut,
22# have them always present.
85945e19 23ExecStart=BINDIR/mdmon --offroot --takeover %I
2167de78 24Type=forking
8d1d32bb
N
25# Don't set the PIDFile. It isn't necessary (systemd can work
26# it out) and systemd will remove it when transitioning from
27# initramfs to rootfs.
28#PIDFile=/run/mdadm/%I.pid
28a08395 29KillMode=none