Other: missing import

This commit is contained in:
Jakub
2022-11-22 17:18:30 +01:00
parent 627bf25791
commit cb81175fa0

View File

@ -23,6 +23,8 @@ package restarter
import (
"os/exec"
"syscall"
"github.com/sirupsen/logrus"
)
func run(cmd *exec.Cmd) error {