summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/vnc/finish
blob: e5db2abae2b96aba29e4840025731ec8881671f6 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#set -x
exec 2>&1
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
stat_runit "Stopping vnc service"

su vncsvc -c "vncserver -kill :1"