19 lines
452 B
Desktop File
19 lines
452 B
Desktop File
[Unit]
|
|
Description=Jibri Xorg Process
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=jibri
|
|
Group=jitsi
|
|
Environment=DISPLAY=:0
|
|
ExecStart=/usr/bin/Xorg -nocursor -noreset +extension RANDR +extension RENDER -logfile /var/log/jitsi/jibri/xorg.log -config /etc/jitsi/jibri/xorg-video-dummy.conf :0
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartPreventExitStatus=255
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=jibri.service jibri-icewm.service
|
|
|