From: Michael Orlitzky Date: Tue, 24 Dec 2013 00:41:09 +0000 (-0500) Subject: Change the default pidfile location. X-Git-Tag: 0.0.2~5 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=commitdiff_plain;h=ae4540dc27f564fe14b8a3d0118e183f3c75d715 Change the default pidfile location. --- 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,