Allow applications started by sunshine to be detached

This commit is contained in:
loki
2021-05-12 23:01:30 +02:00
parent 5d313b509e
commit 9e48e58221
5 changed files with 48 additions and 11 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"name":"Steam BigPicture",
"output":"steam.txt",
"cmd":"steam -bigpicture"
"detached":["setsid steam steam://open/bigpicture"]
}
]
}
+1 -3
View File
@@ -7,9 +7,7 @@
"name":"Steam BigPicture",
"output":"steam.txt",
"prep-cmd":[
{"do":"steam \"steam://open/bigpicture\""}
]
"detached":["steam steam://open/bigpicture"]
}
]
}