]> git.pld-linux.org Git - projects/rc-scripts.git/blob - src/testd.c
netfs: respect VSERVER_ISOLATION_NET here as well
[projects/rc-scripts.git] / 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.020379 seconds and 3 git commands to generate.