[Unit]
Description=<description>
[Service]
Type=forking
ExecStart=/bin/bash <path/to/script>.sh
[Unit]
Description=<description>
[Timer]
OnUnitActiveSec=10s
OnBootSec=10s
[Install]
WantedBy=timers.target
systemctl daemon-reload
systemctl start <jobName>.timer
systemctl enable <jobName>.timer
systemctl list-timers --all
echo "text" | systemd-cat -p info
systemctl list-unit-files
systemctl reset-failed