removed lfs-commands
[linux_from_scratch.git] / bootscripts / contrib / new-boot-0.2 / sbin / syslogd
blob6da769471e9af443c47208037957c138133fb61e
1 #!/bin/sh
3 #script to simulate syslogd for userspace testing
7 #activate the following lines if you want to get a message
8 #when a signal is received
10 #trap "echo syslogd: SIGHUP" SIGHUP
11 #trap "echo syslogd: SIGTERM -\> exiting; exit 0" SIGTERM
12 while true; do sleep 1; done
13 ) &