systemctl edit rsync.service
This opens your editor, where you can add [Service] Environment="TZ=:/etc/localtime" It will be saved to /etc/systemd/system/rsync.service.d/override.conf Finally: systemctl restart rsync.service
systemctl edit rsync.service
This opens your editor, where you can add [Service] Environment="TZ=:/etc/localtime" It will be saved to /etc/systemd/system/rsync.service.d/override.conf Finally: systemctl restart rsync.service