github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/cmd/state-svc/autostart/autostart_linux.go (about)

     1  package autostart
     2  
     3  import "github.com/ActiveState/cli/internal/constants"
     4  
     5  func init() {
     6  	Options.LaunchFileName = constants.ServiceLaunchFileName
     7  	Options.IconFileName = constants.ServiceIconFileName
     8  	Options.IconFileSource = constants.IconFileSource
     9  	Options.GenericName = constants.ServiceGenericName
    10  	Options.Comment = constants.ServiceComment
    11  	Options.Keywords = constants.ServiceKeywords
    12  }