set proper dependency in Makefile

This commit is contained in:
2024-11-23 12:41:49 +09:00
parent dcc0c6afc6
commit afb3ad33af
2 changed files with 21 additions and 3 deletions

View File

@ -98,7 +98,6 @@ func (sh *signal_handler) StartService(data interface{}) {
// this isn't actually used standalone..
// if we are to implement it, it must use the wait group for signal handler itself
// however, this service is run through another service.
//
// sh.wg.Add(1)
// go sh.RunTask(&sh.wg)
}