summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/runit-scripts/runitscripts/services/frontend/run
blob: 50e0e0315cc167e4772ed1d8d32e336f097a6fec (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
exec /bin/su - mythtv -l -c /usr/LH/bin/LinHES-start