Skip to content

Commit

Permalink
service flags
Browse files Browse the repository at this point in the history
  • Loading branch information
uubulb committed Aug 5, 2024
1 parent 51338fd commit f033917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/agent/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func serviceActions(cmd *cobra.Command, args []string) {
{agentCliParam.UseIPv6CountryCode, "--use-ipv6-countrycode", ""},
{agentConfig.GPU, "--gpu", ""},
{agentCliParam.UseGiteeToUpgrade, "--gitee", ""},
{agentCliParam.DisableSyslog, "--disable-syslog", ""},
{agentCliParam.IPReportPeriod != 30*60, "-u", fmt.Sprint(agentCliParam.IPReportPeriod)},
}

Expand Down

0 comments on commit f033917

Please sign in to comment.