f21ed92296
* feat: add panel update functionality via web GUI * feat: enhance panel update notifications in web GUI * feat: implement panel update modal and enhance translation strings * fix design
8 lines
96 B
Go
8 lines
96 B
Go
//go:build !linux
|
|
|
|
package service
|
|
|
|
import "os/exec"
|
|
|
|
func setDetachedProcess(cmd *exec.Cmd) {}
|