Add update download timer for Moria
This commit is contained in:
parent
b23b617b95
commit
01f4b0694f
4 changed files with 29 additions and 1 deletions
8
root/etc/systemd/system/pacman-download.service
Executable file
8
root/etc/systemd/system/pacman-download.service
Executable file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Download updates with pacman
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=pacman -Syuw --noconfirm
|
Loading…
Add table
Add a link
Reference in a new issue