diff options
Diffstat (limited to 'examples/Service_Configurator/Misc/svc.conf')
-rw-r--r-- | examples/Service_Configurator/Misc/svc.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/Service_Configurator/Misc/svc.conf b/examples/Service_Configurator/Misc/svc.conf deleted file mode 100644 index c9a0997f122..00000000000 --- a/examples/Service_Configurator/Misc/svc.conf +++ /dev/null @@ -1,6 +0,0 @@ -# Statically configure the Timer_Service into the application process -# and pass in up to 4 arguments. The final 3 arguments are retrieved from -# environment variables, so they can be set by changing your -# environment before running the main program. If you don't have -# these variables set they are ignored. -static Timer_Service_1 "timer $INTERVAL $MAX_TIMEOUTS $TRACE" |