1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/aurweb/templates/aurweb-git.service.j2
Leonidas Spyropoulos f95ca711f6
aurweb: setup git gc for all aurweb git repos
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
2022-10-15 13:49:51 +03:00

10 lines
160 B
Django/Jinja

[Unit]
Description=Git gc AUR
[Service]
Type=oneshot
User={{ aurweb_user }}
WorkingDirectory={{ aurweb_dir }}
ExecStart=/usr/local/bin/aurweb-git-gc.sh
Nice=5