To setup the server with GPU, follow the steps in aggregation_mode.sh.
After running all the steps, aggregation_mode.timer will execute every 24hs the aggregation_mode.service
To check the status of the timer, run:
systemctl status aggregation_mode.timer --userTo check the status of the service, run:
systemctl status aggregation_mode.service --userIf you need to start the service manually, without waiting for the timer, run:
systemctl start aggregation_mode.service --userTo check the logs of the service, run:
journalctl -xfeu aggregation_mode.service --user Note: You can add -n <n_of_lines> to limit the number of lines to show.