chiark / gitweb /
tty-ask-password-agent: modernization
[elogind.git] / src / shared / def.h
index a52853cfd19850f41221e819994c278e218eb75a..92394e818317e5f9cccd28a49c7f39def47bffab 100644 (file)
 #define UNIX_USER_BUS_FMT "unix:path=%s/bus"
 #define KERNEL_USER_BUS_FMT "kernel:path=/dev/kdbus/"UID_FMT"-user/bus"
 
+#define PLYMOUTH_SOCKET {                                       \
+                .un.sun_family = AF_UNIX,                       \
+                .un.sun_path = "\0/org/freedesktop/plymouthd",  \
+        }
+
 #ifndef TTY_GID
 #define TTY_GID 5
 #endif