tomh / rpms / bip

Forked from rpms/bip 4 years ago
Clone
Blob Blame History Raw
From d7d2ade5d443476e3e5aaaae5e740fe2562562ee Mon Sep 17 00:00:00 2001
From: Adam Williamson <awilliam@redhat.com>
Date: Wed, 19 Sep 2018 09:54:13 -0700
Subject: [PATCH] Setup bip for Fedora's paths

Signed-off-by: Adam Williamson <awilliam@redhat.com>
---
 samples/bip.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/samples/bip.conf b/samples/bip.conf
index cab74f1..ec5d336 100644
--- a/samples/bip.conf
+++ b/samples/bip.conf
@@ -41,7 +41,7 @@
 #ssl_default_ciphers = ;
 
 # Define where the pidfile should be stored. Defaults to <bipdir>/bip.pid.
-#pid_file="";
+pid_file="/var/run/bip/bip.pid";
 
 # Defaults to false, whether to write oidentd.conf files (see below).
 #write_oidentd = true;
@@ -63,7 +63,7 @@
 # This is where logs go. Channel and private messages will use that
 # configuration value as a prefix, and then log_format to determine
 # full log filename. Defaults to <bipdir>/logs.
-#log_root = "";
+log_root = "/var/log/bip";
 
 # Set to false and uncomment this line to disable bip's internal messages
 # logging. This is not recommended, a better option is to reduce log_level.
-- 
2.19.0