forked from pool/tigervnc
Accepting request 849439 from X11:XOrg
- xvnc@.service: fixed path for %libexecdir (boo#1178601) OBS-URL: https://build.opensuse.org/request/show/849439 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tigervnc?expand=0&rev=72
This commit is contained in:
commit
45eb53aa81
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 13:43:27 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- xvnc@.service: fixed path for %libexecdir (boo#1178601)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 25 10:38:58 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
Description=Xvnc Server
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/lib/vnc/with-vnc-key.sh /usr/bin/Xvnc -noreset -inetd -once -query localhost -geometry 1024x768 -securitytypes X509None,None -X509Key /etc/vnc/tls.key -X509Cert /etc/vnc/tls.cert -log *:syslog:30 -extension MIT-SHM
|
||||
ExecStart=/usr/libexec/vnc/with-vnc-key.sh /usr/bin/Xvnc -noreset -inetd -once -query localhost -geometry 1024x768 -securitytypes X509None,None -X509Key /etc/vnc/tls.key -X509Cert /etc/vnc/tls.cert -log *:syslog:30 -extension MIT-SHM
|
||||
User=vnc
|
||||
StandardInput=socket
|
||||
StandardOutput=socket
|
||||
|
Loading…
Reference in New Issue
Block a user