mirror of
https://github.com/netdata/netdata.git
synced 2025-04-16 10:31:07 +00:00
fix installing netdata journald conf for native packages (#17954)
This commit is contained in:
parent
ede79ea978
commit
fe2ff62fea
1 changed files with 2 additions and 1 deletions
|
@ -2582,7 +2582,8 @@ if(BUILD_FOR_PACKAGING)
|
|||
install(FILES
|
||||
system/systemd/journald@netdata.conf
|
||||
COMPONENT netdata
|
||||
DESTINATION usr/lib/systemd/journald@netdata.conf.d/netdata.conf)
|
||||
DESTINATION usr/lib/systemd/journald@netdata.conf.d
|
||||
RENAME netdata.conf)
|
||||
endif()
|
||||
|
||||
configure_file(system/systemd/netdata.service.v235.in system/systemd/netdata.service.v235 @ONLY)
|
||||
|
|
Loading…
Add table
Reference in a new issue