Activate a timer and persist it across boots.

Section: Timers

Enable and start timer

bash
bash
sudo systemctl enable --now myjob.timer
Explanation

Standard timer activation pattern.

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
Start timer now
Start a timer without enabling it.
OpenIn sheetbashsame section
Run the timer's service manually
Start the paired service unit directly.
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
Enable user service
Enable and start a per-user service.
OpenIn sheetbash2 tag match