added option for changing PID file

This commit is contained in:
john30
2016-02-20 13:44:22 +01:00
parent 6d3eb84a17
commit 928fa61504
2 changed files with 13 additions and 2 deletions
+1
View File
@@ -48,6 +48,7 @@ struct options
bool generateSyn; //!< enable AUTO-SYN symbol generation
bool foreground; //!< run in foreground
const char* pidFile; //!< PID file name [/var/run/ebusd.pid]
uint16_t port; //!< port to listen for command line connections [8888]
bool localOnly; //!< listen on 127.0.0.1 interface only
uint16_t httpPort; //!< optional port to listen for HTTP connections, 0 to disable [0]