xoxys.jellyfin/templates/etc/sysconfig/jellyfin.j2
Robert Kaussow ec4f5cc447
Some checks failed
continuous-integration/drone/push Build is failing
rework portable installation
2021-04-18 17:48:02 +02:00

7 lines
231 B
Django/Jinja

#jinja2: lstrip_blocks: True
{{ ansible_managed | comment }}
JELLYFIN_DATA_DIR={{ jellyfin_data_dir }}
JELLYFIN_CONFIG_DIR={{ jellyfin_conf_dir }}
JELLYFIN_LOG_DIR={{ jellyfin_log_dir }}
JELLYFIN_CACHE_DIR={{ jellyfin_cache_dir }}