You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
650 B
33 lines
650 B
[Unit]
|
|
Description=Fully automatic cross-seeding for torrent trackers
|
|
Documentation=https://www.cross-seed.org/docs/basics/getting-started
|
|
Wants=network.target
|
|
After=network.target
|
|
RequiresMountsFor=/var/lib/virtiofs/ssd
|
|
RequiresMountsFor=/var/lib/virtiofs/hdd
|
|
|
|
[Container]
|
|
ContainerName=cross-seed
|
|
|
|
# Image
|
|
Image=cross-seed.image
|
|
AutoUpdate=registry
|
|
|
|
# Security
|
|
User=10017
|
|
Group=10000
|
|
|
|
# Storage
|
|
Volume=/var/lib/virtiofs/ssd/cross-seed/config:/config:z
|
|
Volume=/var/lib/virtiofs/hdd:/data:z
|
|
|
|
# Network
|
|
AddCapability=CAP_NET_BIND_SERVICE
|
|
Network=host
|
|
|
|
# Configuration
|
|
Environment=TZ=Etc/UTC HOME=/config
|
|
Exec=daemon
|
|
|
|
[Install]
|
|
WantedBy=seedbox.target
|
|
|