puppet-prod/site/profiles/templates/jellyfin/override.conf.erb
Ben Vincent 3d5d40f381 chore: minor jellyfin updates (#300)
- add jellyfin to video group, for access to gpu
- install intel related gpu drivers
- export lxc jellyfin to haproxy

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/300
2025-05-27 19:55:55 +10:00

9 lines
213 B
Plaintext

# Jellyfin systemd configuration options
# Use this file to override the user or environment file location.
[Service]
#User = jellyfin
EnvironmentFile = <%= @sysconfig_file %>
WorkingDirectory = <%= @lib_dir %>