Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The two services have a dependency such that starting one of them will start the other, stopping one of them will stop the other, and restarting one of them will restart the other.

  • Starting the services:
    # systemctl start aksusbd
    # systemctl start hasplmd

  • Stopping the services:
    # systemctl stop aksusbd
    # systemctl stop hasplmd

...