source: projects/initscripts/tags/initscripts-8.91.3/src/testd.c @ 1108

Revision 1108, 148 bytes checked in by daisuke, 14 years ago (diff)

import initscripts-8.90.6 from internal cvs repository

Line 
1#include <sys/signal.h>
2#include <unistd.h>
3#include <stdlib.h>
4
5int main() {
6    signal(SIGTERM, SIG_IGN);
7    while (1) sleep(20);
8    exit(0);
9}
Note: See TracBrowser for help on using the repository browser.