From 8dcc8284754f89c253de499de37305cd670ba0d3 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 1 Feb 2019 23:25:37 +0100 Subject: [PATCH] fix variable name --- templates/etc/systemd/system/jellyfin.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/systemd/system/jellyfin.service.j2 b/templates/etc/systemd/system/jellyfin.service.j2 index 19bcece..d7d1d45 100644 --- a/templates/etc/systemd/system/jellyfin.service.j2 +++ b/templates/etc/systemd/system/jellyfin.service.j2 @@ -7,7 +7,7 @@ After=network.target [Service] Type=simple Environment=JELLYFIN_DATA_PATH={{ jellyfin_data_dir }} -Environment=JELLYFIN_CONFIG_DIR={{ jellyfin_config_dir }} +Environment=JELLYFIN_CONFIG_DIR={{ jellyfin_conf_dir }} Environment=JELLYFIN_LOG_DIR={{ jellyfin_log_dir }} Restart=on-failure TimeoutSec=15