Skip to content
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

Extend list of valid suffixes for systemd units #740

Merged
merged 2 commits into from
Nov 13, 2023

Commits on Nov 13, 2023

  1. Extend list of valid suffixes for systemd units

    The old implementation limits the usage of SystemdService.is_valid() to
    ".service" units. This implementation allows checking all types of unit
    files with is_valid() (systemd-analyze verify <unitname.suffix>).
    CarstenGrohmann authored and philpep committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4f01ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d082e View commit details
    Browse the repository at this point in the history