mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 22:31:59 +00:00
try removing stdout pipe
This commit is contained in:
@@ -153,7 +153,7 @@ async def service_restart(service_name : str, block : bool = True) -> bool:
|
|||||||
if not block:
|
if not block:
|
||||||
cmd.append("--no-block")
|
cmd.append("--no-block")
|
||||||
|
|
||||||
res, _, _ = await run(cmd, stdout=PIPE, stderr=STDOUT)
|
res, _, _ = await run(cmd)
|
||||||
return res.returncode == 0
|
return res.returncode == 0
|
||||||
|
|
||||||
async def service_stop(service_name : str) -> bool:
|
async def service_stop(service_name : str) -> bool:
|
||||||
|
|||||||
Reference in New Issue
Block a user