Public bug reported:

On Ubuntu 24.04 it uses systemd instead of cron to, at least try to, run 
awffull daily.
But it never work, because the L12 in /etc/cron.daily/awffull checks for 
parameter "systemd-timer" when run directly, but the ExecStart string in 
awffull.service didn't supply it, so it always quit at L12 in just few 
millisecond, even systemctl and journalctl all shows normal and it's been 
triggered.

Fix: edit /usr/lib/systemd/system/awffull.service and change:
  `ExecStart=/etc/cron.daily/awffull`
  to:
  `ExecStart=/etc/cron.daily/awffull systemd-timer`

** Affects: awffull
     Importance: Undecided
         Status: New

** Affects: awffull (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: awffull (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2122055

Title:
  fail to run automatically (missing "systemd-timer" in ExecStart in
  awffull.service)

To manage notifications about this bug go to:
https://bugs.launchpad.net/awffull/+bug/2122055/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to