Adding upstream version 2.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1d36de0179
commit
757b718eff
129 changed files with 16110 additions and 0 deletions
17
usr/lib/systemd/system/stas-config@.service
Normal file
17
usr/lib/systemd/system/stas-config@.service
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Copyright (c) 2022, Dell Inc. or its subsidiaries. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# See the LICENSE file for details.
|
||||
#
|
||||
# This file is part of NVMe STorage Appliance Services (nvme-stas).
|
||||
#
|
||||
[Unit]
|
||||
Description=nvme-stas /etc/nvme/%i auto-generation
|
||||
Documentation=man:stas-config@.service(8)
|
||||
ConditionFileNotEmpty=|!/etc/nvme/%i
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/stasadm %i -f /etc/nvme/%i
|
||||
|
||||
[Install]
|
||||
WantedBy=stas-config.target
|
Loading…
Add table
Add a link
Reference in a new issue