mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 16:49:56 -05:00
11 lines
213 B
Django/Jinja
11 lines
213 B
Django/Jinja
#!/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
|
|
|