12 lines
224 B
Desktop File
12 lines
224 B
Desktop File
[Unit]
|
|
Description=Update AUR package repository
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
User=build
|
|
Group=build
|
|
ExecStart=/bin/bash -c "AUR_PAGER=ls aur sync -u --margs --noconfirm"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|