]> git.pld-linux.org Git - projects/rc-scripts.git/blame - src/testd.c
netfs: respect VSERVER_ISOLATION_NET here as well
[projects/rc-scripts.git] / src / testd.c
CommitLineData
7742e157
AF
1#include <sys/signal.h>
2#include <unistd.h>
52471a31 3#include <stdlib.h>
7742e157 4
458f14b7 5int main() {
7742e157
AF
6 signal(SIGTERM, SIG_IGN);
7 while (1) sleep(20);
458f14b7 8 exit(0);
7742e157 9}
This page took 0.083596 seconds and 4 git commands to generate.