feat: support --abort for reload and suspend (#346)

This commit is contained in:
mzz
2023-11-14 16:26:33 +08:00
committed by GitHub
parent 7e57531f91
commit 9f7a49b81d
5 changed files with 39 additions and 1 deletions

View File

@ -5,6 +5,10 @@ import (
"github.com/spf13/cobra"
)
const (
AbortFile = "/var/run/dae.abort"
)
var (
Version = "unknown"
rootCmd = &cobra.Command{