Skip to main content
added 120 characters in body
Source Link
goldilocks
  • 88.1k
  • 31
  • 205
  • 265

I've done everything short of rebooting the system

Which would work. Otherwise you must either:

  • Explicitly start the timer: systemctl start foobar.timer
  • Or restart the timer target: systemctl restart timers.target

systemctl status will now show foobar.timer as "active (waiting)".

As per don_crissti's comment, enabling the timer with --now also works:

systemctl enable --now foobar.timer

I've done everything short of rebooting the system

Which would work. Otherwise you must either:

  • Explicitly start the timer: systemctl start foobar.timer
  • Or restart the timer target: systemctl restart timers.target

systemctl status will now show foobar.timer as "active (waiting)".

I've done everything short of rebooting the system

Which would work. Otherwise you must either:

  • Explicitly start the timer: systemctl start foobar.timer
  • Or restart the timer target: systemctl restart timers.target

systemctl status will now show foobar.timer as "active (waiting)".

As per don_crissti's comment, enabling the timer with --now also works:

systemctl enable --now foobar.timer
deleted 1 character in body
Source Link
Jeff Schaller
  • 67.7k
  • 35
  • 118
  • 255

I've done everything short of rebooting the system

Which would work. Otherwise you must either:

  • Explicitly start the timer: systemctl start foobar.timer
  • Or restart the timer targerttarget: systemctl restart timers.target

systemctl status will now show foobar.timer as "active (waiting)".

I've done everything short of rebooting the system

Which would work. Otherwise you must either:

  • Explicitly start the timer: systemctl start foobar.timer
  • Or restart the timer targert: systemctl restart timers.target

systemctl status will now show foobar.timer as "active (waiting)".

I've done everything short of rebooting the system

Which would work. Otherwise you must either:

  • Explicitly start the timer: systemctl start foobar.timer
  • Or restart the timer target: systemctl restart timers.target

systemctl status will now show foobar.timer as "active (waiting)".

Source Link
goldilocks
  • 88.1k
  • 31
  • 205
  • 265

I've done everything short of rebooting the system

Which would work. Otherwise you must either:

  • Explicitly start the timer: systemctl start foobar.timer
  • Or restart the timer targert: systemctl restart timers.target

systemctl status will now show foobar.timer as "active (waiting)".