10 lines
182 B
Desktop File
Executable file
10 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
|