mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Add a role for the hefur torrent tracker. A simple service which runs on tracker.archlinux.org. Note that our setup overrides a few things of the systemd service. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
8 lines
172 B
Django/Jinja
8 lines
172 B
Django/Jinja
[Service]
|
|
ExecStart=
|
|
ExecStart=/usr/bin/hefurd -disable-peers-page -torrent-dir {{ ftp_iso_dir }}
|
|
Restart=on-failure
|
|
NoNewPrivileges=true
|
|
ProtectSystem=strict
|
|
MemoryMax=1G
|