summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/scripts/includes/start_pvs.inc
blob: 90cd237b8c46483cdf086615ac9ee1d5826d1ec5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#######################################################
# Include: Starting PVS (Pool Video switch) if wanted #
#######################################################

# if [ -e /etc/xdg/autostart/pvsgui.desktop ]; then
# 	/usr/local/bin/pvsgui -p 2 -b >/dev/null 2>&1 &
# fi

if [[ "$DO_PROFILE" -ge "1" ]]; then
	wget "http://132.230.8.113/profile/do.php?action=start" &
fi