Skip to content

Commit

Permalink
Reflect change in path to mxraid
Browse files Browse the repository at this point in the history
This is what happens, when moving to a new location :)
  • Loading branch information
thomas committed Feb 12, 2018
1 parent 050bffb commit 3798223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mxraid/mxraid.shutdown.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mxraid/mxraid.startup.service
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3798223

Please sign in to comment.