summaryrefslogtreecommitdiff
path: root/net-misc/chrome-remote-desktop/files/chrome-remote-desktop.conf.d
blob: db24cdd4ab11b65ac1c4e117db609c94f99f3cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# /etc/conf.d/chrome-remote-desktop: config file for /etc/init.d/chrome-remote-desktop

# List of users to start Chrome Remote Desktop for.
CHROME_REMOTING_USERS=''

# Options to pass to chrome-remote-desktop.  Only the -s option is interesting.
# Note: In order to support resizing, you need to:
# (1) Apply this patch to xorg-server (via epatch_user):
#     http://patchwork.freedesktop.org/patch/51428/
# (2) Create a symlink /usr/bin/Xvfb-randr -> Xvfb
#OPTIONS='-s 1600x1200 -s 3840x1600'

# Directory to use for storing log files.
#CHROME_REMOTE_DESKTOP_LOG_DIR='/var/log'