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
194 B
Django/Jinja
10 lines
194 B
Django/Jinja
[Unit]
|
|
Description=Send aurweb TU vote reminder emails
|
|
Requires=mysqld.service
|
|
After=mysqld.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User={{ aurweb_user }}
|
|
ExecStart=/usr/local/bin/aurweb-tuvotereminder
|