mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-25 00:59:52 -05:00
15 lines
367 B
Django/Jinja
15 lines
367 B
Django/Jinja
description "Xvnc"
|
|
|
|
start on runlevel [2345]
|
|
stop on runlevel [!2345]
|
|
|
|
setuid {{user}}
|
|
|
|
console log
|
|
|
|
exec nice Xvnc4 :1 -auth /tmp/Xauthority.{{user}} \
|
|
-geometry 1600x1000 -depth 24 -rfbwait 0 -nolisten tcp -rfbport 5901 \
|
|
-SecurityTypes None -pn -fp /usr/share/fonts/X11/misc/ -co /etc/X11/rgb \
|
|
AcceptCutText=0 AcceptPointerEvents=0 AcceptKeyEvents=0
|
|
|