mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
c13916c1f5
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
11 lines
182 B
Desktop File
Executable File
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
|