Categorygithub.com/sboon-gg/svctl
repositorypackage
0.0.2
Repository: https://github.com/sboon-gg/svctl.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Svctl

States

stateDiagram-v2
    [*] --> Stopped
    Stopped --> [*]
    Stopped --> Running: Start
    Running --> Stopped: Stop
    Running --> Restarting: Restart
    Restarting --> Running
    Restarting --> Errored
    Errored --> Stopped: Reset