]> git.pld-linux.org Git - packages/systemd.git/blame - systemd_booted.c
up to 246.1
[packages/systemd.git] / systemd_booted.c
CommitLineData
440d1d13 1#include "systemd/sd-daemon.h"
b77423ae
AF
2
3int main(int argc, char*argv[]) {
4 return (sd_booted() > 0) ? 0 : 1;
5}
This page took 0.106562 seconds and 4 git commands to generate.