mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 23:11:56 +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:
|
||||
cmd.append("--no-block")
|
||||
|
||||
res, _, _ = await run(cmd, stdout=PIPE, stderr=STDOUT)
|
||||
res, _, _ = await run(cmd)
|
||||
return res.returncode == 0
|
||||
|
||||
async def service_stop(service_name : str) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user