Linux systemd Units and Timers Cheat Sheet/Run the timer's service manually

Start the paired service unit directly.

Section: Timers

Run the timer's service manually

bash
bash
sudo systemctl start myjob.service
Explanation

Useful for validating the service command without waiting for the timer.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Timers
Show timer status
Inspect one timer unit.
OpenIn sheetbashsame section
Enable and start timer
Activate a timer and persist it across boots.
OpenIn sheetbashsame section
Start timer now
Start a timer without enabling it.
OpenIn sheetbashsame section
List timers
Show active timers and next run times.
OpenIn sheetbashsame section
List all timers
Show all timers including inactive ones.
OpenIn sheetbashsame section
List socket units
Show socket-activated units.
OpenIn sheetbash1 tag match