From cf6654c17807562e5464e6bfbd8b9663722112e2 Mon Sep 17 00:00:00 2001 From: redfish Date: Wed, 24 Aug 2016 23:05:30 -0400 Subject: contrib: example systemd service and config file Including in light of #977 --- utils/conf/bitmonerod.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 utils/conf/bitmonerod.conf (limited to 'utils/conf') diff --git a/utils/conf/bitmonerod.conf b/utils/conf/bitmonerod.conf new file mode 100644 index 000000000..64a02741d --- /dev/null +++ b/utils/conf/bitmonerod.conf @@ -0,0 +1,7 @@ +# Configuration for bitmonerod +# Syntax: any command line option may be specified as 'clioptionname=value'. +# See 'bitmonerod --help' for all available options. + +data-dir=/var/lib/bitmonero +log-file=/var/log/bitmonero/bitmonero.log +log-level=0 -- cgit v1.2.3