You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
479 B
19 lines
479 B
[Unit]
|
|
Description=Jibri Xorg Process
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User={{ jitsi_jibri_user }}
|
|
Group={{ jitsi_jibri_user }}
|
|
Environment=DISPLAY=:0
|
|
WorkingDirectory={{ jitsi_root_dir }}/etc/jibri/
|
|
ExecStart=/usr/bin/Xorg -nocursor -noreset +extension RANDR +extension RENDER -config jibri.conf :0
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartPreventExitStatus=255
|
|
SyslogIdentifier=jibri-xorg
|
|
|
|
[Install]
|
|
WantedBy=jitsi-jibri.service
|
|
|