Skip to content

Commit

Permalink
fix: typo mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Mar 30, 2024
1 parent 65b6e54 commit 618fe09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/swiftwave-org/stats_ninja/service"
)

var serviceName = "swiftwave_stats_ninja"
var serviceName = "swiftwave-stats-ninja"

var serviceTemplate = `
[Unit]
Expand All @@ -25,7 +25,7 @@ After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/swiftwave_stats_ninja run
ExecStart=/usr/bin/swiftwave-stats-ninja run
Environment="SWIFTWAVE_STATS_NINJA_ENDPOINT={{.Endpoint}}" "SWIFTWAVE_STATS_NINJA_AUTH_TOKEN={{.AuthToken}}"
Restart=on-failure
RestartSec=10
Expand Down

0 comments on commit 618fe09

Please sign in to comment.