fix variable name
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-02-01 23:25:37 +01:00
parent 1f71b639f6
commit 8dcc828475

View File

@ -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