mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-27 07:29:40 +00:00
5 lines
228 B
Bash
Executable File
5 lines
228 B
Bash
Executable File
#!/bin/sh
|
|
# `/sbin/setuser www-data` runs the given command as the user `www-data`.
|
|
cd /srv/webvirtcloud
|
|
exec /sbin/setuser www-data /srv/webvirtcloud/venv/bin/python /srv/webvirtcloud/console/novncd >> /var/log/novncd.log 2>&1
|