mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-09 04:11:32 -05:00
Add --now to fstrim.timer
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
6589b67364
commit
7b180d3b09
2
dom0.sh
2
dom0.sh
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
# Enabling discard and fstrim
|
# Enabling discard and fstrim
|
||||||
sudo sed -i 's/issue_discards = 0/issue_discards = 1/g' /etc/lvm/lvm.conf
|
sudo sed -i 's/issue_discards = 0/issue_discards = 1/g' /etc/lvm/lvm.conf
|
||||||
sudo systemctl enable fstrim.timer
|
sudo systemctl enable --now fstrim.timer
|
||||||
|
|
||||||
# Theming
|
# Theming
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user