open-cas-linux/utils/open-cas-shutdown.service
Rafal Stefanowski b14bf05ff8 Add missing license info
Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
2022-03-28 11:31:15 +02:00

20 lines
348 B
Desktop File

#
# Copyright(c) 2019-2022 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause
#
[Unit]
Description=Open Cache Acceleration Software Shutdown Trigger
After=umount.target
Before=final.target
JobTimeoutSec=604800
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/sbin/casctl stop
TimeoutStopSec=604800
[Install]
WantedBy=final.target