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