cd /usr/lib/systemd/system
create <service_name>.timer
create <service_name>.service
[Unit]
Description= Run this service every hourly
Requires=<service_name>.service
[Timer]
Unit=<service_name>.service
OnCalendar=hourly
[Install]
Wanted=timers.target
[Unit]
Description= Run this service every hourly
Wants=<service_name>.timer
[Service]
ExecStart=<Location of the script>
[Install]
Wanted=multi-user.target