Merging upstream version 2.3~rc4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0bb8b81ada
commit
3cb8664662
16 changed files with 708 additions and 276 deletions
|
@ -26,7 +26,7 @@ configure_file(
|
|||
input: 'stas-config@.service',
|
||||
output: 'stas-config@.service',
|
||||
install_dir: sd_unit_dir,
|
||||
copy: true,
|
||||
configuration: conf,
|
||||
)
|
||||
|
||||
configure_file(
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
# This file is part of NVMe STorage Appliance Services (nvme-stas).
|
||||
#
|
||||
[Unit]
|
||||
Description=nvme-stas /etc/nvme/%i auto-generation
|
||||
Description=nvme-stas @ETC@/nvme/%i auto-generation
|
||||
Documentation=man:stas-config@.service(8)
|
||||
ConditionFileNotEmpty=|!/etc/nvme/%i
|
||||
ConditionFileNotEmpty=|!@ETC@/nvme/%i
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/stasadm %i -f /etc/nvme/%i
|
||||
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