New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian Templates: anacron should not start in TemplateBasedVMs by default #2109

Closed
adrelanos opened this Issue Jun 23, 2016 · 0 comments

Comments

Projects
None yet
3 participants
@adrelanos
Member

adrelanos commented Jun 23, 2016

anacron currently starts in TemplateBasedVMs (once installed using apt-get install anaron and perhaps also if part of a dependency). sudo service anacron status -> anacron is running and announcing to run /etc/cron[...]. It should not for the same reasons as cron is not started in Qubes TemplateBasedVMs as decided in #909.

apt-file list anacron

Relevant excerpt.

anacron: /etc/init.d/anacron
anacron: /etc/init/anacron.conf
anacron: /lib/systemd/system/anacron-resume.service
anacron: /lib/systemd/system/anacron.service
anacron: /usr/lib/pm-utils/power.d/anacron
anacron: /usr/lib/pm-utils/sleep.d/95anacron

(This issue was been confirmed by @marmarek in #909 (comment).)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment