Hi,
I'm trying to make my javascript application compatible with the systemd
service notification mechanism but currently have the problem that while
everything works fine on my Fedora 22 system this is not the case when I
run the same code on a CentOS 7 system.

I tracked this down to the fact that on the Fedora system a filesystem
socket is used but on the CentOS 7 an abstract namespace socket with the
name "@/org/freedesktop/systemd1/notify" is used which requires
different handling.

I have two questions:
1) Why are the two systems using different types of sockets?
2) Is this configurable? If so how and if not what other way is there to
test my service with abstract namespace notification sockets on my
development machine?

Regards,
  Dennis
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to