The original guide from Mark to install as a service reads:
Code: Select all
sudo dotnet CumulusMX.dll -install -user <username> [-group <groupname>] [-port port_num] [-lang <lang-code>]
So in my simple thinking I was leaving off the group name, leaving it to default to Pi2 (the username in my case), also leaving the the port number off so it would use the default 8998, and also leaving the language code off as that too defaults.
I'm then left with:
Code: Select all
sudo dotnet CumulusMX.dll -install -user Pi2
Perhaps I'm over simplifying the installation and that my simple code is not complete?
And that I need to use this instead:
Code: Select all
dotnet CumulusMX.dll -install -port 8998 -user pi2 -group Pi2 -servicename cumulusmx-v4
Will the service code not default to cumulusmx if the service name is left blank? I presume adding it gives the CMX-service file a different name i.e. in this case 'cumulus-V4'?
Is this version for those occasions where there are V3 and V4 on the same Rpi, keeping separate CMX-services, for V3 (MONO), and V4 (dotnet).
Forgive my primitive knowledge

but i'm trying to understand the mechanics behind the instructions.
Apologies for what might appear to be a stupid question.
Thanks again for your input.
Martyn