journalctl -f
journalctl -u unitname
https://wiki.archlinux.org/index.php/Systemd/Timers
Create a file with .timer ending
.timer
Type of the .service needs to be oneshot
.service
systemctl enable foo.timer systemctl start foo.timer