mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 12:15:09 +03:00
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Stop Service",
|
|
"type": "shell",
|
|
"command":"systemctl --user stop plugin_loader",
|
|
}
|
|
]
|
|
}
|