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