11 lines
193 B
Desktop File
11 lines
193 B
Desktop File
[Unit]
|
|
Description=Download Pacman Updates
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Nice=19
|
|
IOSchedulingClass=2
|
|
IOSchedulingPriority=7
|
|
ExecStart=/usr/bin/pacman -Syuw --noconfirm
|
|
ExecStart=/usr/bin/paccache -r
|