mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
When installing the units, systemd was ignoring the Type of the unit due to the capital O. Change it for the proper type.
10 lines
148 B
Django/Jinja
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
|