This commit is contained in:
2025-11-23 03:53:57 -05:00
parent da5cc80005
commit 711515f3a1
5 changed files with 23 additions and 0 deletions
+1
View File
@@ -84,6 +84,7 @@ func launchRCWDProcess() []byte {
if Daemonize {
cmd := exec.Command(os.Args[0], "startrcwd")
cmd.SysProcAttr = global.GetSysProcAttr()
_ = back.WriteToStdin(cmd, string(password))
_ = cmd.Start()
}