From ae4540dc27f564fe14b8a3d0118e183f3c75d715 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 23 Dec 2013 19:41:09 -0500 Subject: [PATCH] Change the default pidfile location. --- src/Configuration.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Configuration.hs b/src/Configuration.hs index 0a657e2..10e01bc 100644 --- a/src/Configuration.hs +++ b/src/Configuration.hs @@ -42,7 +42,7 @@ instance Default Configuration where log_level = INFO, output_directory = ".", password = def, - pidfile = "/run/htsn.pid", + pidfile = "/run/htsn/htsn.pid", run_as_group = def, run_as_user = def, syslog = def, -- 2.43.2