]> git.pld-linux.org Git - packages/systemd.git/blob - systemd_booted.c
- R selinux >= 2.6 because of https://github.com/systemd/systemd/issues/3962
[packages/systemd.git] / systemd_booted.c
1 #include "systemd/sd-daemon.h"
2
3 int main(int argc, char*argv[]) {
4         return (sd_booted() > 0) ? 0 : 1;
5 }
This page took 0.027447 seconds and 3 git commands to generate.