summaryrefslogtreecommitdiff
path: root/yarns/900.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/900.yarn')
-rw-r--r--yarns/900.yarn5
1 files changed, 4 insertions, 1 deletions
diff --git a/yarns/900.yarn b/yarns/900.yarn
index 5d11865..a41a558 100644
--- a/yarns/900.yarn
+++ b/yarns/900.yarn
@@ -18,7 +18,10 @@
IMPLEMENTS GIVEN a running backend instance
backend = os.path.join(srcdir, 'distix-backend')
cliapp.runcmd(
- ['/usr/sbin/daemonize', '-c.', backend, 'pid', 'port', 'users.yaml'])
+ ['/usr/sbin/daemonize', '-c', datadir,
+ backend, '--pid-file', 'pid', '--port-file', 'port',
+ '--log', 'distix-backend.log',
+ '--users-file', 'users.yaml'])
vars['pid'] = cat('pid').strip()
vars['port'] = cat('port').strip()