dotfiles/root/etc/systemd/system/pacman-dl.service
Marko Korhonen c13916c1f5 Added service and timer to dl packages hourly
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2019-11-19 13:49:27 +02:00

11 lines
182 B
Desktop File
Executable file

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