]> git.pld-linux.org Git - projects/rc-scripts.git/blob - trunk/src/testd.c
Released 0.4.5.5.
[projects/rc-scripts.git] / trunk / src / testd.c
1 #include <sys/signal.h>
2 #include <unistd.h>
3 #include <stdlib.h>
4
5 int main() {
6     signal(SIGTERM, SIG_IGN);
7     while (1) sleep(20);
8     exit(0);
9 }
This page took 0.038385 seconds and 3 git commands to generate.