mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
* bump version * services: rename tuvotereminder to votereminder * nginx: redirect /tu to /package-maintainer * nginx: remove /trusted-user/TUbylaws.html redirect Signed-off-by: moson <moson@archlinux.org>
35 lines
659 B
Django/Jinja
35 lines
659 B
Django/Jinja
[Unit]
|
|
Description=Send aurweb vote reminder emails
|
|
Requires=mysqld.service
|
|
After=mysqld.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User={{ aurweb_user }}
|
|
WorkingDirectory={{ aurweb_dir }}
|
|
ExecStart=/usr/bin/poetry run aurweb-votereminder
|
|
|
|
NoNewPrivileges=true
|
|
LockPersonality=true
|
|
CapabilityBoundingSet=
|
|
|
|
PrivateDevices=true
|
|
PrivateTmp=true
|
|
ProtectSystem=strict
|
|
|
|
MemoryDenyWriteExecute=true
|
|
RemoveIPC=true
|
|
RestrictRealtime=true
|
|
RestrictNamespaces=true
|
|
RestrictSUIDSGID=true
|
|
|
|
ProtectHostname=true
|
|
ProtectControlGroups=true
|
|
ProtectKernelLogs=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectClock=true
|
|
ProtectProc=noaccess
|
|
|
|
SystemCallArchitectures=native
|