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

Update legacy charmhub-hosted systemd library #46

Description

@florentianayuwono

Enhancement Proposal

Currently this repo is still using Legacy Charmhub-hosted systemd library, which is deprecated in favour of charmlibs.systemd.

This library is deprecated and will no longer receive feature updates or bugfixes.
charmlibs.systemd version 1.0 is a bug-for-bug compatible migration of this library.
Add 'charmlibs-systemd~=1.0' to your charm's dependencies, and remove this Charmhub-hosted library.
Then replace from charms.operator_libs_linux.v0 import systemd with
from charmlibs import systemd.
Read more:

Impact

Medium (The feature may be helpful in the future)

Impact Rationale

Migrating to supported library will help in receiving feature and bug fixes.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions