summaryrefslogtreecommitdiff
path: root/conf.d/local
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/local')
-rw-r--r--conf.d/local18
1 files changed, 0 insertions, 18 deletions
diff --git a/conf.d/local b/conf.d/local
deleted file mode 100644
index 97dbbcc..0000000
--- a/conf.d/local
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}