We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144f398 commit b79e361Copy full SHA for b79e361
1 file changed
utils/utils.go
@@ -92,7 +92,7 @@ WantedBy=multi-user.target
92
logger.Error("Error enabling service", err)
93
}
94
95
- logger.Info("Service installed, exiting now...")
+ logger.Info("Service installed, exiting now...run 'systemctl start nodebox-dashboard' to start the service")
96
97
os.Exit(0)
98
} else {
0 commit comments