]> git.pld-linux.org Git - packages/systemd.git/blame_incremental - systemd_booted.c
Added handling lxc-stop SIGPWR via stolen from Ubuntu service.
[packages/systemd.git] / systemd_booted.c
... / ...
CommitLineData
1#include "systemd/sd-daemon.h"
2
3int main(int argc, char*argv[]) {
4 return (sd_booted() > 0) ? 0 : 1;
5}
This page took 0.046281 seconds and 4 git commands to generate.