mirror of
https://github.com/nestriness/nestri.git
synced 2026-05-01 19:03:08 +03:00
feat: Init
This commit is contained in:
12
build/etc/systemd/system/nestri-wayland-proxy.service
Normal file
12
build/etc/systemd/system/nestri-wayland-proxy.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Wayland cross-domain proxy
|
||||
Requires=nestri-wayland-proxy.socket
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
ExecStartPre=+/bin/chmod 0666 /dev/dri/card0 /dev/dri/renderD128
|
||||
ExecStart=/usr/bin/wl-cross-domain-proxy --listen-fd
|
||||
User=nestri
|
||||
Group=nestri
|
||||
StandardOutput=file:/tmp/wayland-proxy.log
|
||||
StandardError=file:/tmp/wayland-proxy-err.log
|
||||
Reference in New Issue
Block a user