mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-27 08:09:42 +07:00
feat: support --abort for reload and suspend (#346)
This commit is contained in:
@ -5,6 +5,10 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
const (
|
||||
AbortFile = "/var/run/dae.abort"
|
||||
)
|
||||
|
||||
var (
|
||||
Version = "unknown"
|
||||
rootCmd = &cobra.Command{
|
||||
|
Reference in New Issue
Block a user