mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-01 23:55:44 +02:00
fix: service command not running up
This commit is contained in:
parent
e8ca289f4a
commit
2c6748610c
@ -8,6 +8,7 @@ import (
|
|||||||
func (p *program) Start(s service.Service) error {
|
func (p *program) Start(s service.Service) error {
|
||||||
// Start should not block. Do the actual work async.
|
// Start should not block. Do the actual work async.
|
||||||
logger.Info("Starting service") //nolint
|
logger.Info("Starting service") //nolint
|
||||||
|
go upCmd.Run(p.cmd, p.args)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user