There is no wrapper anymore. You need to pass Java parameters directly in the service command line.
sorry for the ignorance but which service command line? could you guide/instruct me into doing so ? possibly with an example?
It depends on the OS. I would recommend to search forum because this has been discussed before.
The OS is linux. but sure, ill look through the forum.
On Linux you need to modify systemd service configuration.
Alright, thank you, ill give it a try!
Anton i've been looking for the past hour but i cant seem to find how to modify the systemmd service configuration. My apologies but could you help me through this, or atleast point me to the topic where it has been discussed?
Again , apologies
so i managed to find the traccar.service , file i'm guessing this is the systemd file that you were refering to that needs modification.
so now do i just need to add wrapper.java.additional.1=-Duser.timezone=UTC
to the file and thats it?
There is no wrapper anymore. As I said before, you need to add it directly to the command line.
i understand now , i tried using
java -Duser.timezone=UTC+2 but this command did not work.
Hi,
id like to force the time zone on traccar server to UTC+2
i found this solutuion :
on this link https://github.com/traccar/traccar/issues/1522
but i cannot find the wrapper.conf file, where is it situated ?