mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
collectd: make /etc/collectd.conf a CONFFILE
Getting your config nuked everytime you update collectd is annoying, so properly tag it as CONFFILES. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -77,6 +77,8 @@ do_install_append() {
|
|||||||
${D}${systemd_unitdir}/system/collectd.service
|
${D}${systemd_unitdir}/system/collectd.service
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CONFFILES_${PN} = "${sysconfdir}/collectd.conf"
|
||||||
|
|
||||||
INITSCRIPT_NAME = "collectd"
|
INITSCRIPT_NAME = "collectd"
|
||||||
INITSCRIPT_PARAMS = "defaults"
|
INITSCRIPT_PARAMS = "defaults"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user