mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-12 09:17:44 +03:00
manager: fix initialization of plymouth socket
I'm not sure why this makes a difference...
This commit is contained in:
parent
66a5dbdf28
commit
49888ca9ef
@ -1955,7 +1955,7 @@ void manager_send_unit_audit(Manager *m, Unit *u, int type, bool success) {
|
||||
|
||||
void manager_send_unit_plymouth(Manager *m, Unit *u) {
|
||||
union sockaddr_union sa = {
|
||||
.sa.sa_family = AF_UNIX,
|
||||
.un.sun_family = AF_UNIX,
|
||||
.un.sun_path = "\0/org/freedesktop/plymouthd",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user