Nohang also needs to be disabled
This commit is contained in:
parent
e4442023fa
commit
30100c5fab
1 changed files with 3 additions and 2 deletions
|
@ -22,10 +22,11 @@ post_install() {
|
|||
|
||||
post_upgrade() {
|
||||
msg "Disable conflicting services..."
|
||||
systemctl disable --now systemd-swap
|
||||
systemctl disable --now ananicy
|
||||
systemctl disable --now uresourced
|
||||
systemctl disable --now irqbalance
|
||||
systemctl disable --now nohang-desktop
|
||||
systemctl disable --now systemd-swap
|
||||
systemctl disable --now uresourced
|
||||
|
||||
msg "Attempting to enable services..."
|
||||
systemctl enable btrfs-balance.timer
|
||||
|
|
Loading…
Reference in a new issue