Skip to content

Commit 5e16416

Browse files
committed
Add service stopping script
1 parent bcb6a0c commit 5e16416

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

xxx.sh

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/bin/bash
2+
sudo systemctl stop proc-sys-fs-binfmt_misc.automount
3+
sudo systemctl stop cups.path
4+
sudo systemctl stop cups.socket
5+
sudo systemctl stop cups.service
6+
sudo systemctl stop colord.service
7+
sudo systemctl stop cups-browsed.service
8+
sudo systemctl stop fwupd.service
9+
sudo systemctl stop iio-sensor-proxy.service
10+
sudo systemctl stop power-profiles-daemon.service
11+
sudo systemctl stop syslog.socket
12+
sudo systemctl stop rsyslog.service
13+
sudo systemctl stop snapd.service
14+
sudo systemctl stop snapd.socket
15+
sudo systemctl stop systemd-journald.service
16+
sudo systemctl stop systemd-journald.socket
17+
sudo systemctl stop systemd-journald-dev-log.socket
18+
sudo systemctl stop systemd-oomd.service
19+
sudo systemctl stop systemd-oomd.socket
20+
sudo systemctl stop udisks2.service
21+
sudo systemctl stop unattended-upgrades.service
22+
sudo systemctl stop upower.service
23+
sudo service apparmor stop
24+
sudo service apport stop
25+
sudo service bluetooth stop
26+
sudo service plymouth-log stop
27+
sudo service ufw stop

0 commit comments

Comments
 (0)