
Change license to BSD-3-Clause Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
11 lines
237 B
Bash
Executable File
11 lines
237 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright(c) 2012-2021 Intel Corporation
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
# systemd-shutdown plugin to stop all remaining Open CAS devices
|
|
|
|
/usr/bin/echo "Open CAS cleanup handler" > /dev/kmsg
|
|
/sbin/casctl stop
|