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

Fix: systemd double start/stop #288

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    66a8586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24fdf4f View commit details
    Browse the repository at this point in the history
  3. systemd: fix service start/stop control

    - service status was not being checked during control actions. This
      allowed for sequences like double start or double stop to proceed when
      this is likely an error. Also inconsistent with other platforms.
    djdv committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    c51d183 View commit details
    Browse the repository at this point in the history