3 #script to simulate fcron 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