Hello,
In my Linux box, Initially both services "systemd-timedated.service" and
"systemd-timesyncd.service" are inactive
When I executed command:
*#timedatectl set-ntp true*
*Failed to set ntp: Connection timed out*
But I see both service are started sequentially in the above order, wonder
why i
b) instead of filtering by path='/xx', filter by *path_namespace='/xx'
> *so that it will also match child objects.
>
> On Tue, Feb 6, 2024 at 10:30 AM ashok athukuri
> wrote:
>
>> Hello All,
>>
>>
>> I'm trying to use DBUS signal &quo
Hello All,
I'm trying to use DBUS signal "PropertiesChanged" of
org.freedesktop.network1 /org/freedesktop/network1 *to detect network
interface is up or down OR the speed of the interface is changed.*
Is it possible? using a subscription to "PropertiesChanged" signal via the
below interface or P