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

Support dbus replacements #276

Merged
merged 12 commits into from
Aug 9, 2024
Merged

Support dbus replacements #276

merged 12 commits into from
Aug 9, 2024

Commits on Aug 2, 2023

  1. Support dbus replacements, some revamps

    * Operate with proper unit ID of active dbus service (i.e. dbus-broker.service)
    * ID starting point is hook name, support dbus-broker.service via a symlink
    * Kill PIDs of dbus service after restart (sometimes dbus processes linger, causing troubles)
    * Rewrite command creation logic, pre-render command
    * Better messaging
    Vladimir-csp committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7842599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ac1546 View commit details
    Browse the repository at this point in the history
  3. interactivity modes

    Vladimir-csp committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d3c1a8a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    3153436 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    67bc7cb View commit details
    Browse the repository at this point in the history
  2. formating fixes

    Vladimir-csp committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    250ad05 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    3bd6a5f View commit details
    Browse the repository at this point in the history
  2. Add ALWAYS_RESTART_SERVICES list

    With systemd-timesyncd inside, fixes liske#255
    Vladimir-csp committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c91cc37 View commit details
    Browse the repository at this point in the history
  3. Make shellcheck happy

    Vladimir-csp committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d4e4d91 View commit details
    Browse the repository at this point in the history
  4. Misc tweaks

    Replace some external calls with builtins, use ps instead of readlink on /proc/..., prettify.
    Vladimir-csp committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3f25452 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Get active services with BusName defined

    Even better solution for liske#255, not relying on hardcoded lists
    Vladimir-csp committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ee13c7b View commit details
    Browse the repository at this point in the history
  2. Be agnostic to 'systemctl show' property output order

    Order of properties in `systemctl show` output is undefined, use blank lines and ending marker as a trigger to test and capture previous values.
    Vladimir-csp committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2d9cc3c View commit details
    Browse the repository at this point in the history