From 3798223bbf4e8448694af37b8cfac8e4e8847700 Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 12 Feb 2018 14:14:37 +0100 Subject: [PATCH] Reflect change in path to mxraid This is what happens, when moving to a new location :) --- mxraid/mxraid.shutdown.service | 2 +- mxraid/mxraid.startup.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mxraid/mxraid.shutdown.service b/mxraid/mxraid.shutdown.service index 7b5e91da..218a8418 100644 --- a/mxraid/mxraid.shutdown.service +++ b/mxraid/mxraid.shutdown.service @@ -6,7 +6,7 @@ DefaultDependencies=false [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/usr/bin/mxraid stop +ExecStart=/usr/sbin/mxraid stop [Install] WantedBy=halt.service reboot.service poweroff.service diff --git a/mxraid/mxraid.startup.service b/mxraid/mxraid.startup.service index 9cf93b2a..6e799b9c 100644 --- a/mxraid/mxraid.startup.service +++ b/mxraid/mxraid.startup.service @@ -5,7 +5,7 @@ Description=MX assemble local software raids [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/usr/bin/mxraid start +ExecStart=/usr/sbin/mxraid start [Install] WantedBy=local-fs.target