WIP
This commit is contained in:
6
cleanup_services.sh
Executable file
6
cleanup_services.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
for service in $(systemctl list-units --type=service --no-legend | grep example | awk '{print $1}'); do
|
||||
sudo systemctl stop $service
|
||||
echo "Stopped $service"
|
||||
done
|
||||
Reference in New Issue
Block a user