Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Services not enabled on upgrade #163

@vholer

Description

@vholer

When doing contextualization package upgrade from 5.0.x and older versions (which didn't have one-context and one-context-local services), there is no automatic mechanism which would enable the contextualization services. Services are enabled only during (fresh) install, but not on upgrade.

#!/usr/bin/env bash
udevadm control --reload >/dev/null 2>&1 || :
if which systemctl >/dev/null 2>&1 && [ -d /etc/systemd ]; then
systemctl daemon-reload >/dev/null 2>&1 || :
fi

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions