summary refs log tree commit diff
path: root/service.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-15 15:37:37 -0400
committerJune McEnroe <june@causal.agency>2020-08-15 15:37:37 -0400
commite25813c0b2e28d3216c03ab99bb13ec1cc5d8535 (patch)
tree6eb1b45104355ce71b2eb175d5e3636b08413dd9 /service.c
parentImplement service status (diff)
downloadcatsit-e25813c0b2e28d3216c03ab99bb13ec1cc5d8535.tar.gz
catsit-e25813c0b2e28d3216c03ab99bb13ec1cc5d8535.zip
Remove closelog call
It's unclear whether closelog is really safe to call in pre-exec
context, so just trust that the log is opened with CLOEXEC.
Diffstat (limited to '')
-rw-r--r--service.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/service.c b/service.c
index 45a05d2..d8998af 100644
--- a/service.c
+++ b/service.c
@@ -177,7 +177,6 @@ void serviceStart(struct Service *service) {
 		return;
 	}
 
-	closelog();
 	dup2(service->outPipe[1], STDOUT_FILENO);
 	dup2(service->errPipe[1], STDERR_FILENO);
 
cd2f08293da7081520&follow=1'>Add links to enable downloading of tagged blobsLars Hjemli 2007-05-11Makefile: add support for building w.o. preinstalled gitLars Hjemli 2007-05-11Tag release v0.3Lars Hjemli 2007-05-11Update README with submodule build infoLars Hjemli 2007-05-11Add submodule links in tree listingLars Hjemli 2007-05-11Add submodules.sh and use it during buildsLars Hjemli 2007-05-11Added git as a submoduleLars Hjemli 2007-05-09Add support for downloading single blobsLars Hjemli 2007-05-08ui-view: show pathname if specified in querystringLars Hjemli 2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli 2007-02-21Layout updateLars Hjemli 2007-02-08Make snapshot feature configurableLars Hjemli 2007-02-08Add support for snapshotsLars Hjemli 2007-02-05cgit v0.2Lars Hjemli 2007-02-05Add support for prefix and gitsrc arguments to 'make'Lars Hjemli 2007-02-04Update cgitrc templateLars Hjemli 2007-02-04Add support for lightweight tagsLars Hjemli 2007-02-04Read repo-info from /etc/cgitrcLars Hjemli 2007-02-04Do not die if tag has no messageLars Hjemli 2007-02-03Fix search for non-virtual urlsLars Hjemli 2007-01-28Update README with install/config informationLars Hjemli