1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/hefur/templates/override.conf.j2
Jelle van der Waa 0777baea09 orion: migrate torrent tracker from luna to orion
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>
2018-12-27 19:58:53 +01:00

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