Added configuration option use-dbus to allow disabling D-BUS usage.

This commit is contained in:
Nikos Mavrogiannopoulos
2014-01-09 21:32:24 +01:00
parent 9b4e98be71
commit 9079e2b67a
5 changed files with 24 additions and 3 deletions

View File

@@ -119,7 +119,12 @@ cookie-validity = 172800
# UTMP
use-utmp = true
# PID file
# D-BUS usage. If disabled occtl tool cannot be used. If enabled
# then ocserv must have access to register org.infradead.ocserv
# D-BUS service. See doc/dbus/org.infradead.ocserv.conf
use-dbus = true
# PID file. It can be overriden in the command line.
pid-file = /var/run/ocserv.pid
# The default server directory. Does not require any devices present.