]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Change the default pidfile location.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 24 Dec 2013 00:41:09 +0000 (19:41 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 24 Dec 2013 00:41:09 +0000 (19:41 -0500)
src/Configuration.hs

index 0a657e2eeca508767c114d3b00c01aa9a2e836cf..10e01bcb01c37e62fd9e54edaf6907cef896363d 100644 (file)
@@ -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,