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