Merge pull request #275 from prymitive/df

fixed legion-smart-attach-daemon2
This commit is contained in:
unbit
2013-05-10 14:21:42 -07:00
+1 -1
View File
@@ -366,7 +366,7 @@ void uwsgi_opt_add_daemon(char *opt, char *value, void *none) {
freq = atoi(comma + 1);
}
command = space + 1;
if (!strcmp(opt, "smart-attach-daemon2")) {
if (!strcmp(opt, "smart-attach-daemon2") || !strcmp(opt, "legion-smart-attach-daemon2")) {
daemonize = 1;
}
}