[systemd-devel] socket unit refusing connection when JOB_STOP is pending

2017-05-16 Thread Moravec, Stanislav (ERT)
Hello all, I wanted to seek your opinion about correctness of the current behavior of socket activated units. Let's assume we have socket activated service (for example authd - auth.socket) and some other background service (for the purpose of this test called authtest.service) that needs to

Re: [systemd-devel] Opposite of sd_bus_add_match

2017-05-16 Thread Federico Di Pierro
2017-05-13 10:57 GMT+02:00 Federico Di Pierro : > Hi, > > i cannot find in doc neither in source a sd_bus_remove_match function. > How can i properly stop listening on a match? I cannot find any > information with google; i only see it seems it existed time ago (around > systemd 210). > > Thank yo