mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-22 13:13:22 +02:00
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
![]() |
[Unit]
|
||
|
Description=Jibri Recordings Cleaner
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
PrivateTmp=yes
|
||
|
User={{ jitsi_jibri_user }}
|
||
|
Group={{ jitsi_jibri_user }}
|
||
|
ExecStart={{ jitsi_root_dir }}/jibri/clean_records.sh
|
||
|
|