
Open CAS Linux and other projects in the Open CAS repo were always intended to be released under the OSI-approved BSD 3-Clause License. Change the license tag to the proper one. Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
23 lines
512 B
Desktop File
23 lines
512 B
Desktop File
#
|
|
# Copyright(c) 2019-2021 Intel Corporation
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
[Unit]
|
|
Description=opencas initialization service
|
|
After=systemd-remount-fs.service
|
|
Before=local-fs-pre.target local-fs.target
|
|
Wants=local-fs-pre.target local-fs.target
|
|
DefaultDependencies=no
|
|
OnFailure=emergency.target
|
|
OnFailureJobMode=isolate
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/sbin/casctl settle --timeout 1780 --interval 5
|
|
TimeoutStartSec=3min
|
|
|
|
[Install]
|
|
RequiredBy=local-fs.target local-fs-pre.target
|