On 4/13/26 8:53 PM, Fiona Klute wrote:
But why is anacron.service started during installation at all? Shouldn't only the timer unit be started, which can then start the service unit in turn if needed (in the background)?If my understanding is correct and the service unit should be started only via the timer, the actual problem is likely the [Install] section (which makes the service run independently of the timer). None of the other service units started via timer on my system have it.
Anacron is unique. Please look at the source file debian/README.debian: ``` Anacron itself however is not a daemon, so it will either be called at startup, on APM power status change, on systemd timer or by cron. Disabling those will result in some jobs not being executed on time. ``` -- Lance Lin GPG Fingerprint: 4A31 DB5A 1EE4 096C 8739 9880 9036 4929 4C33 F9B7
OpenPGP_0x903649294C33F9B7.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature

