remove boot-v1 support; disable user-services by default
This commit is contained in:
@ -6,8 +6,6 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
initboot "novit.tech/direktil/inits/pkg/cmd/init/boot"
|
||||
initdefault "novit.tech/direktil/inits/pkg/cmd/init/default"
|
||||
initservice "novit.tech/direktil/inits/pkg/cmd/init/service"
|
||||
)
|
||||
|
||||
@ -26,8 +24,6 @@ func Command() (c *cobra.Command) {
|
||||
},
|
||||
}
|
||||
|
||||
c.AddCommand(initboot.Command())
|
||||
c.AddCommand(initdefault.Command())
|
||||
c.AddCommand(initservice.Command())
|
||||
|
||||
return
|
||||
|
Reference in New Issue
Block a user