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
Giancarlo Razzolini 3d850c1ecf
roles/aurweb: Fix a typo on the Type for each aurweb service
When installing the units, systemd was ignoring the Type of the unit
due to the capital O. Change it for the proper type.
2020-07-24 11:51:54 -03:00

10 lines
148 B
Django/Jinja

[Unit]
Description=Git gc AUR
[Service]
Type=oneshot
User={{ aurweb_user }}
WorkingDirectory={{ aurweb_git_dir }}
ExecStart=/usr/bin/git gc
Nice=5