mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-06-06 05:38:54 -04:00
Add --now to fstrim.timer
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
6589b67364
commit
7b180d3b09
1 changed files with 1 additions and 1 deletions
2
dom0.sh
2
dom0.sh
|
@ -16,7 +16,7 @@
|
|||
|
||||
# Enabling discard and fstrim
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue