it is possible in traccar for server start stop and restart using php exec() function ?
i have use this but do not work :
exec("sudo service traccar restart"); exec("sudo systemctl restart traccar.service");
it is possible in traccar for server start stop and restart using php exec() function ?