mirror of
https://github.com/khanhduytran0/aintuitweaks.git
synced 2026-08-14 23:40:19 +02:00
4 lines
97 B
Bash
Executable File
4 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
# managedappdistributiond does not honor SIGTERM
|
|
killall -KILL managedappdistributiond
|