13 lines
224 B
SYSTEMD
13 lines
224 B
SYSTEMD
|
|
[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
|