mirror of
https://github.com/khanhduytran0/aintuitweaks.git
synced 2026-07-10 04:18:38 +02:00
4 lines
121 B
Bash
Executable File
4 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
# some daemons do not honor SIGTERM
|
|
killall -KILL appstorecomponentsd installd managedappdistributiond || true
|