mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-25 17:11:16 -05:00
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
logfile=/var/log/vnc-websock.log
|
||
|
touch $logfile
|
||
|
chown {{user}} $logfile
|
||
|
|
||
|
source /opt/websockify-ve3/bin/activate
|
||
|
|
||
|
exec nice setuidgid {{user}} websockify 0.0.0.0:8901 localhost:5901 >> $logfile 2>&1
|
||
|
|