We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b53aab commit ab016daCopy full SHA for ab016da
service/service.go
@@ -10,8 +10,6 @@ type CommandName string
10
const (
11
Initia CommandName = "initia"
12
Minitia CommandName = "minitia"
13
-
14
- DarwinServiceName = "com.initia.daemon"
15
)
16
17
type Service interface {
0 commit comments