MX on Linux: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
39 bytes added ,  23:33, 22 July 2021
m
m (Corrected typo created when original content of page created outside the Wiki)
Line 474: Line 474:
#* The mandatory change is to replace '''/home/install''' by what you have selected for EXISTING PATH
#* The mandatory change is to replace '''/home/install''' by what you have selected for EXISTING PATH
#* An optional change is to add additional parameters after the '''-service''' (select from '''-debug''', -locale, -port) as described in sub-sections above
#* An optional change is to add additional parameters after the '''-service''' (select from '''-debug''', -locale, -port) as described in sub-sections above
#save file with a new name '''cumulusmx(new).service''' (using a new name stops it being overwritten when we upgrade MX
#save file with a new name '''cumulusmx_mine.service''' (using a new name stops it being overwritten when we upgrade MX
#now copy file  
#now copy file to where it is needed to run the service:
:<code>sudo cp "EXISTING_PATH/CumulusMX/MXutils/linux/cumulusmx(new).service" /etc/systemd/system/cumulusms.service</code>
:<code>sudo cp EXISTING_PATH/CumulusMX/MXutils/linux/cumulusmx_mine.service /etc/systemd/system/cumulusmx.service</code>


Here is how the file might look after the changes:
Here is how the file might look after the changes:
Line 493: Line 493:
[Install]
[Install]
WantedBy=multi-user.target</pre>
WantedBy=multi-user.target</pre>


== Setting up as a service release 3.8.0 ==
== Setting up as a service release 3.8.0 ==
5,838

edits

Navigation menu