1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-11-09 11:41:33 -05:00

Fix wrong directory for fwupd service

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-11-23 02:30:59 -05:00 committed by GitHub
parent 96845e68db
commit 875a244d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ ExecStart=/usr/bin/pveupgrade' | tee /etc/systemd/system/pve-daily-update.servic
systemctl daemon-reload
systemctl enable --now pve-daily-update.timer
mkdir -p /etc/systemd/system/pve-daily-update.service.d
mkdir -p /etc/systemd/system/fwupd-refresh.service.d
echo '[Service]
ExecStart=ExecStart=/usr/bin/fwupdmgr update' | tee /etc/systemd/system/fwupd-refresh.service.d/override.conf
systemctl daemon-reload