summaryrefslogtreecommitdiffstats
path: root/recipes/pdm/pdm-1.0/mythtv
blob: 9a9e4f09cbf43ad4b83fef19af5452a8d1475857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh

# Set some variables of some consequence

export DISPLAY=:0

# Because we're not actually logging in, we do this 
# FIXME: PDM should do this instead

export HOME=/root

# Allow all comers
#/usr/bin/xhost +

# Start the screen saver
#xscreensaver -no-splash &

# Start MythTV
#This assumes that mythbackend is running already and
#mythtv-setup 
#has been run already
mythfrontend