mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
9 lines
103 B
SYSTEMD
9 lines
103 B
SYSTEMD
|
[Unit]
|
||
|
Description=Update Pacman Cache
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=yay -Sy
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|