Is there a way to configure Systemd.timer so that it runs a script every 15 minutes Mon-Fri between 9AM and 4 PM.
This is what my timer file looks like
[Unit]
Description=Execute every 15 minutes 9-4
[Timer]
OnCalendar=Mon-Fri *-*-* 9-16:00/15:00
Unit=job.service
[Install]
WantedBy=multi-user.target