From 9f2403dffae514dca431828014a2dc9c9de4e61f Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 14 Dec 2007 14:12:38 +0000 Subject: Remove Gentoo copyright from all files that I know I have written --- conf.d/local | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf.d/local (limited to 'conf.d/local') diff --git a/conf.d/local b/conf.d/local new file mode 100644 index 0000000..97dbbcc --- /dev/null +++ b/conf.d/local @@ -0,0 +1,18 @@ +# Here is where you can put anything you need to start +# that there is not an init script for. + +local_start() { + # This is a good place to load any misc programs + # on startup (use &>/dev/null to hide output) + + # We should always return 0 + return 0 +} + +local_stop() { + # This is a good place to unload any misc. + # programs you started above. + + # We should always return 0 + return 0 +} -- cgit v1.2.3