2025-02-16 12:41:59 +01:00
|
|
|
# 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]
|
2025-02-16 12:55:06 +01:00
|
|
|
Description=nvme-stas @ETC@/nvme/%i auto-generation
|
2025-02-16 12:41:59 +01:00
|
|
|
Documentation=man:stas-config@.service(8)
|
2025-02-16 12:55:06 +01:00
|
|
|
ConditionFileNotEmpty=|!@ETC@/nvme/%i
|
2025-02-16 12:41:59 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2025-02-16 12:55:06 +01:00
|
|
|
ExecStart=/usr/bin/stasadm %i -f @ETC@/nvme/%i
|
2025-02-16 12:41:59 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=stas-config.target
|