Luiz Amaral
Luiz Amaral
I can confirm this bug on 0.1.23.
I'm not sure. I never had the need for that, so never tested.
You can use logrotate for that. Adjust the log path in the example below and should be good: ``` /var/log/carbon-clickhouse/carbon-clickhouse.log { maxsize 51200k maxage 10 rotate 10 daily missingok compress...
> My concern was the situation when the service works remotely. But it looks like it won't be an issue According to my research, this should not be a problem....
> hmm, is there anything VRF specific in this patch? it can bind a service to any iface, no, regardless if vrf or not Right now there is nothing specific....
I just pushed a few things: - I renamed it to `BindNetworkInterface`, to make it generic. - Removed unused code from load-fragment.c - Implemented some DBus parts that were missing...
I pushed now the missing DBus documentation and added a reference to the new environment variable in nss-resolve. I don't use nss-resolve myself, so please let me know if the...