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

gui rpm: auto detect when systemd is not used #426

Closed
marmarek opened this Issue Mar 8, 2015 · 1 comment

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 23 Jan 2012 09:38 UTC
Currently the code used in %post does this:

if [ -x /bin/systemctl ]; then
    /bin/systemctl enable qubes-gui-agent.service
    # For clean upgrades
    chkconfig qubes_gui off
else
    chkconfig qubes_gui on
fi

but it turned out /bin/systemctl is present also on FC14, but systemd is not used there. As a result, gui agent service is not automatically started on fc14.

Migrated-From: https://wiki.qubes-os.org/ticket/426

@marmarek

This comment has been minimized.

Show comment
Hide comment

@marmarek marmarek closed this Mar 8, 2015

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