mirror of
https://github.com/khanhduytran0/aintuitweaks.git
synced 2026-06-07 15:33:53 +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
|