18 lines
278 B
Desktop File
18 lines
278 B
Desktop File
[Unit]
|
|
Description=Jibri Window Manager
|
|
Requires=jibri-xorg.service
|
|
After=jibri-xorg.service
|
|
|
|
[Service]
|
|
User=jibri
|
|
Group=jitsi
|
|
Environment=DISPLAY=:0
|
|
ExecStart=/usr/bin/icewm-session
|
|
Restart=on-failure
|
|
RestartPreventExitStatus=255
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=jibri.service
|
|
|