aboutsummaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorShulhan <tokenomy@Tokenomys-MacBook-Pro.local>2019-09-29 02:45:22 +0700
committerShulhan <tokenomy@Tokenomys-MacBook-Pro.local>2019-09-29 02:45:22 +0700
commite51c3efd1e874fdac90f6af3620c18c3c3d3fd35 (patch)
tree5cb7bf7e8da6d4c64fea796354eaa664fc9bca26 /testdata
parent360dc8690f3510355d87d68ecd5b71f7ec559c2a (diff)
downloadrescached-e51c3efd1e874fdac90f6af3620c18c3c3d3fd35.tar.xz
all: remove the usage of writing PID file
The concept of writing PID file when the program start on networking service is not applicable or relevant anymore on systemd or launchd. If the program already started, the second program will fail because the port is already used.
Diffstat (limited to 'testdata')
-rw-r--r--testdata/rescached.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/testdata/rescached.cfg b/testdata/rescached.cfg
index 7a9ea10..83676a4 100644
--- a/testdata/rescached.cfg
+++ b/testdata/rescached.cfg
@@ -1,15 +1,6 @@
[RESCACHED]
##
-## file.pid:: A path to PID file.
-##
-## Format:: /any/path/to/file
-## Default:: rescached.pid
-##
-
-file.pid=./testdata/rescached.pid
-
-##
## server.parent:: List of parent DNS servers, separated by commas.
##
## Format:: <IP-ADDRESS:PORT> , ...