1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-11-22 04:50:06 +00:00

Updated CNC setup (markdown)

cpunk 2022-09-20 13:25:12 -05:00
parent 60e38a236f
commit b4ced02fdf

@ -26,3 +26,11 @@ public-key-entry: 2d89362e935f96ab967938a279c786958cd4d2f5e6a05c8e2cdee916042f87
public-key-entry: 452bcab368ddfad70e557d725a76a2590ce5ca4e56fcc26083f8484cb4696479 public-key-entry: 452bcab368ddfad70e557d725a76a2590ce5ca4e56fcc26083f8484cb4696479
public-key-entry: abe611142327104b7a333a4883257f47b7a5dd1ab35ce02b15686b654de79e42 public-key-entry: abe611142327104b7a333a4883257f47b7a5dd1ab35ce02b15686b654de79e42
``` ```
## 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
```