mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
ceph-exporter: fix systemd unit
change systemd unit into templated unit, that the %i which is used inside the unit is working Signed-off-by: Henry Hirsch <henry.hirsch@1und1.de>
This commit is contained in:
parent
2f20123931
commit
dfe79180a7
@ -2154,7 +2154,7 @@ fi
|
||||
|
||||
%files -n ceph-exporter
|
||||
%{_bindir}/ceph-exporter
|
||||
%{_unitdir}/ceph-exporter.service
|
||||
%{_unitdir}/ceph-exporter@.service
|
||||
|
||||
%files -n rbd-fuse
|
||||
%{_bindir}/rbd-fuse
|
||||
|
||||
@ -14,7 +14,7 @@ set(CEPH_SYSTEMD_ENV_DIR "/etc/sysconfig"
|
||||
set(SYSTEMD_ENV_FILE "${CEPH_SYSTEMD_ENV_DIR}/ceph")
|
||||
foreach(service
|
||||
ceph-crash
|
||||
ceph-exporter
|
||||
ceph-exporter@
|
||||
ceph-fuse@
|
||||
ceph-mds@
|
||||
ceph-mgr@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user