aur repo host complete

This commit is contained in:
2024-04-23 15:47:14 +12:00
parent 2cc78654fe
commit 7df41b5c8d
9 changed files with 150 additions and 20 deletions

View File

@ -0,0 +1,12 @@
[Unit]
Description=Sync AUR packages
Wants=aur-sync.timer
[Service]
Type=oneshot
ExecStart=/usr/bin/aur sync --no-view --upgrades --no-confirm --clean --rm-deps --sign --database home
User=aur-builder
Group=aur-builder
[Install]
WantedBy=multi-user.target