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-pkgmaint.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
195 B
Django/Jinja

[Unit]
Description=Delete old, empty reserved aurweb pkgbases
Requires=mysqld.service
After=mysqld.service
[Service]
Type=oneshot
User={{ aurweb_user }}
ExecStart=/usr/local/bin/aurweb-pkgmaint