#include "build.h"
#include "conf-parser.h"
#include "constants.h"
+#include "daemon-util.h"
#include "devnum-util.h"
#include "dirent-util.h"
#include "exit-status.h"
pollfd[FD_INOTIFY] = (struct pollfd) { .fd = notify, .events = POLLIN };
}
+ _unused_ _cleanup_(notify_on_cleanup) const char *notify_stop =
+ notify_start(NOTIFY_READY, NOTIFY_STOPPING);
+
for (;;) {
usec_t timeout = USEC_INFINITY;
[Service]
ExecStartPre=-systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
ExecStart=systemd-tty-ask-password-agent --wall
+Type=notify
SystemCallArchitectures=native