limit jellyfin cpu & memory usage
This commit is contained in:
parent
ee9ebfadb0
commit
0712ca3e76
4 changed files with 81 additions and 0 deletions
|
|
@ -14,6 +14,17 @@
|
|||
name: jellyfin
|
||||
state: present
|
||||
|
||||
- name: Copy over service file
|
||||
copy:
|
||||
src: jellyfin.service.conf
|
||||
dest: '/etc/systemd/system/jellyfin.service.d/jellyfin.service.conf'
|
||||
owner: root
|
||||
group: root
|
||||
mode: '644'
|
||||
notify:
|
||||
- daemon-reload
|
||||
- restart-jellyfin
|
||||
|
||||
- name: Copy over Environment file
|
||||
copy:
|
||||
src: jellyfin-defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue