Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
1418bccf
Commit
1418bccf
authored
Jun 05, 2019
by
Micha Müller
Browse files
Merge branch 'patch-1' into 'master'
Fix dcdbpushers broken daemonize option See merge request
!2
parents
b553f47c
a537a36a
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/include/dcdbdaemon.h
View file @
1418bccf
...
...
@@ -34,7 +34,7 @@
static
int
dcdbdaemon
()
{
#ifdef __linux__
return
daemon
(
0
,
0
);
return
daemon
(
1
,
0
);
#else
switch
(
fork
())
{
case
-
1
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment