summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-26 09:11:19 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-26 09:11:19 +0100
commitd7c45cbce04098605236ca6b74454105f83d5799 (patch)
tree3cb5aab02bf5227fb7b9390c83c5683b3c897daf /docs
parent755ba7b56f245b1a09acaefd8283ba91ad55c68f (diff)
downloadwolfbones-d7c45cbce04098605236ca6b74454105f83d5799.tar.gz
wolfbones-d7c45cbce04098605236ca6b74454105f83d5799.tar.bz2
small fixes around testing of service
Diffstat (limited to 'docs')
-rw-r--r--docs/service/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/service/README b/docs/service/README
new file mode 100644
index 0000000..22e3384
--- /dev/null
+++ b/docs/service/README
@@ -0,0 +1,10 @@
+Most examples in the web are not correct! Writing a service is a lot
+about understanding the state machines involved (between SCM, service
+handler in the service and the operating system).
+
+Most frameworks try to abstract too much and set values to defaults
+they don't understand (for instance startup groups and order, service
+dependencies).
+
+We should try to get to a set of service functions as for the daemon.
+ \ No newline at end of file