4 Apr
2015
4 Apr
'15
09:07
Previously the configuration file was in /etc/collectd.conf Now the systemd service file is expecting it in /etc/collectd/collectd.conf The old init script is still pointing to /etc/collectd.conf What would be the best approach (especially for migration)
Method #4: %post if [ ! -e /etc/collectd/collectd.conf ]; then ln -s ../collectd.conf /etc/collectd/; fi That is what was used for "moving" /etc/sysctl.conf to /etc/sysctl.d/99-local.conf. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org