Fixed Warewulfd and systemd

This commit is contained in:
Gregory Kurtzer
2021-04-24 16:49:06 -07:00
parent 1e0b86b71c
commit d1bae3582b
3 changed files with 2 additions and 5 deletions

View File

@@ -7,7 +7,6 @@ import (
"os/exec"
"strconv"
"syscall"
"time"
"github.com/hpcng/warewulf/internal/pkg/util"
"github.com/hpcng/warewulf/internal/pkg/wwlog"
@@ -46,9 +45,6 @@ func DaemonStart() error {
p.Close()
time.Sleep(1 * time.Second)
DaemonStatus()
}
return nil