Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

systemd: use unescaped path #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions systemd/[email protected]
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Unit]
Description=Activate md array %I even though degraded
DefaultDependencies=no
ConditionPathExists=!/sys/devices/virtual/block/%i/md/sync_action
ConditionPathExists=!/sys/devices/virtual/block/%I/md/sync_action

[Service]
Type=oneshot
ExecStart=BINDIR/mdadm --run /dev/%i
ExecStart=BINDIR/mdadm --run /dev/%I