summaryrefslogtreecommitdiffstats
path: root/tools/bcfg2_local.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bcfg2_local.py')
-rwxr-xr-xtools/bcfg2_local.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bcfg2_local.py b/tools/bcfg2_local.py
index 3ff623505..2b9d39342 100755
--- a/tools/bcfg2_local.py
+++ b/tools/bcfg2_local.py
@@ -22,10 +22,10 @@ class LocalCore(BaseCore):
self.fam.handle_events_in_interval(4)
def _daemonize(self):
- pass
+ return True
def _run(self):
- pass
+ return True
def _block(self):
pass