Systemd/src/basic/plymouth-util.h

12 lines
315 B
C
Raw Normal View History

2019-03-14 11:35:42 +01:00
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include <stdbool.h>
#define PLYMOUTH_SOCKET { \
.un.sun_family = AF_UNIX, \
.un.sun_path = "\0/org/freedesktop/plymouthd", \
}
bool plymouth_running(void);