0
0
Fork 0
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 ()

This commit is contained in:
Ilya Mashchenko 2024-06-19 13:58:31 +03:00 committed by GitHub
parent ede79ea978
commit fe2ff62fea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)