diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-03-20 19:35:47 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-03-20 19:35:47 (GMT) |
commit | bd44be589a2626bd26a7f31b23c2358fb74e5c95 (patch) | |
tree | 600ab12a2ff668f90ab438f8470918eff6716d71 /abs/core/runit-scripts/runitscripts | |
parent | ad0b917485532584dfcb65a1aa059ce1e627a17a (diff) | |
parent | 2ebece31ee1ef9b693dbd3bcb0f76e87766ef577 (diff) | |
download | linhes_pkgbuild-bd44be589a2626bd26a7f31b23c2358fb74e5c95.zip linhes_pkgbuild-bd44be589a2626bd26a7f31b23c2358fb74e5c95.tar.gz linhes_pkgbuild-bd44be589a2626bd26a7f31b23c2358fb74e5c95.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/core/runit-scripts/runitscripts')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/vnc/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/vnc/run b/abs/core/runit-scripts/runitscripts/services/vnc/run index b67d174..c168251 100755 --- a/abs/core/runit-scripts/runitscripts/services/vnc/run +++ b/abs/core/runit-scripts/runitscripts/services/vnc/run @@ -7,7 +7,7 @@ MYTH_RUN_STATUS="1" . /etc/rc.d/functions . /etc/profile stat_runit "Starting vnc service" -geometry=1024x768 +geometry=1920x1080 #. /etc/conf.d/vncserver 2>/dev/null cp -f $MV_ROOT/templates/vnc.service /etc/avahi/services/vnc.service 2>/dev/null cd ~vncsvc |