mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-01-09 12:23:15 -08:00
13 lines
269 B
Desktop File
13 lines
269 B
Desktop File
[Unit]
|
|
Description=Refresh pacman files databases
|
|
RequiresMountsFor="/var/lib/pacman/sync"
|
|
After=network-online.target nss-lookup.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/pacman -Fy
|
|
Nice=19
|
|
StandardOutput=null
|
|
StandardError=journal
|