dotfiles/root/etc/systemd/system/pacman-dl.service

11 lines
182 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Download package updates
After=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/pacman -Syuw --noconfirm
[Install]
WantedBy=network-online.target