From b4ced02fdfc08ad03fd32b9b199aff11b9d28ce1 Mon Sep 17 00:00:00 2001 From: cpunk Date: Tue, 20 Sep 2022 13:25:12 -0500 Subject: [PATCH] Updated CNC setup (markdown) --- CNC-setup.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CNC-setup.md b/CNC-setup.md index 3688554..6696383 100644 --- a/CNC-setup.md +++ b/CNC-setup.md @@ -25,4 +25,12 @@ Example server.ini public-key-entry: 2d89362e935f96ab967938a279c786958cd4d2f5e6a05c8e2cdee916042f8700 public-key-entry: 452bcab368ddfad70e557d725a76a2590ce5ca4e56fcc26083f8484cb4696479 public-key-entry: abe611142327104b7a333a4883257f47b7a5dd1ab35ce02b15686b654de79e42 -``` \ No newline at end of file +``` + +## Deployment + +Note that the CNC target expects 'server.ini' to be in the working directory. If you need to more this file for whatever reason, the ini config path can be passed to the server as a command line argument. Eg: + +```sh +$ ./bin/LaikaCNC /root/server.ini +``` \ No newline at end of file