diff options
Diffstat (limited to 'meta/recipes-extended/mdadm/files/mdmonitor.service')
-rw-r--r-- | meta/recipes-extended/mdadm/files/mdmonitor.service | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-extended/mdadm/files/mdmonitor.service b/meta/recipes-extended/mdadm/files/mdmonitor.service deleted file mode 100644 index a81578ead6..0000000000 --- a/meta/recipes-extended/mdadm/files/mdmonitor.service +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
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=Software RAID monitoring and management | ||
10 | ConditionPathExists=/etc/mdadm.conf | ||
11 | |||
12 | [Service] | ||
13 | Type=forking | ||
14 | PIDFile=/var/run/mdadm/mdadm.pid | ||
15 | EnvironmentFile=-/etc/sysconfig/mdmonitor | ||
16 | ExecStartPre=mkdir -p /var/run/mdadm | ||
17 | ExecStart=/sbin/mdadm --monitor -y --scan -f --pid-file=/var/run/mdadm/mdadm.pid | ||
18 | |||
19 | [Install] | ||
20 | WantedBy=multi-user.target | ||