Persist all configuration settings across upgrades. Restart wifi-p2p if neccessary.
This commit is contained in:
+2
-2
@@ -133,9 +133,9 @@ int main(int argc, char *argv[])
|
||||
std::cout << "Usage: pipedald <doc_root> [<web_root>] [options...]\n\n"
|
||||
<< "Options:\n"
|
||||
<< " -systemd: Log to systemd journals instead of to the console.\n"
|
||||
<< " -port: Port to listen on e.g. 0.0.0.0:80\n"
|
||||
<< " -port: Port to listen on e.g. 80, or 0.0.0.0:80\n"
|
||||
<< "Example:\n"
|
||||
<< " pipedald /etc/pipedal/config /etc/pipedal/react -port 0.0.0.0:80 \n"
|
||||
<< " pipedald /etc/pipedal/config /etc/pipedal/react -port 80 \n"
|
||||
"\n"
|
||||
"Description:\n\n"
|
||||
" Configuration is read from <doc_root>/config.json\n"
|
||||
|
||||
Reference in New Issue
Block a user