Skip to content

Commit b79e361

Browse files
committed
utils: service: add instruction to start
1 parent 144f398 commit b79e361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ WantedBy=multi-user.target
9292
logger.Error("Error enabling service", err)
9393
}
9494

95-
logger.Info("Service installed, exiting now...")
95+
logger.Info("Service installed, exiting now...run 'systemctl start nodebox-dashboard' to start the service")
9696

9797
os.Exit(0)
9898
} else {

0 commit comments

Comments
 (0)