summaryrefslogtreecommitdiffstats
path: root/abs/core/runit/runitscripts/services/frontend/run
blob: b59fc63dacf7989a32c06a7c3028e84376f1235b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
exec 2>&1
 grep -q  nox /proc/cmdline
 STATUS=$?
  if  [ $STATUS = 0 ]
   then
    sv down frontend
    exit 0
  fi
/usr/bin/openvt -fwc 6 -- /bin/su - mythtv -c /usr/bin/startx >& /dev/null