MX on Linux: Difference between revisions

62 bytes added ,  09:58, 21 April 2021
m
Line 585: Line 585:


#There is a task to do just once to configure the service
#There is a task to do just once to configure the service
#Find the '''CumulusMX/MXutils/linux/''' subfolder within what we will call EXISTING PATH, that might be in home directory and therefore found using "~" as explained elsewhere on this page
#Find the '''EXISTING PATH/CumulusMX/MXutils/linux/''' sub-folder, that might be in home directory and therefore found using "~/CumulusMX/MXutils/linux" as explained elsewhere on this page
#* At time of typing this, the subfolder only contains one file, the one we need to edit
#* At time of typing this, the sub-folder only contains one file, the one we need to edit
# Use <tt>sudo nano cumulusmx.service</tt> to edit the service configuration file
# As described later there is a choice of editors, but you can use <tt>sudo nano cumulusmx.service</tt> to edit the service configuration file
# Look for '''ExecStart=/usr/bin/mono-service -d:'''
# Look for '''ExecStart=/usr/bin/mono-service -d:'''
#* Replace the path that follows the above text with the path to your CumulusMX.exe, add the '''-service''' and optionally add any other parameter (e.g. '''-debug''', -locale, -port) as described in sub-sections above.
#* Replace the path that follows the above text with the path to your CumulusMX.exe, add the '''-service''' and optionally add any other parameter (e.g. '''-debug''', -locale, -port) as described in sub-sections above.
5,838

edits