[stream] Create HLS in tmpfs
parent
2986420ab3
commit
5a2b990799
|
@ -52,3 +52,8 @@
|
||||||
src: /usr/share/javascript
|
src: /usr/share/javascript
|
||||||
dest: /var/www/stream/lib
|
dest: /var/www/stream/lib
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
|
- name: Configure tmpfs
|
||||||
|
lineinfile:
|
||||||
|
path: /etc/fstab
|
||||||
|
line: tmpfs /var/www/stream/hls tmpfs rw,noexec,nodev,nosuid 0 0
|
||||||
|
|
Loading…
Reference in New Issue