diff options
Diffstat (limited to 'packages/pdm/pdm-1.0/mythtv')
-rw-r--r-- | packages/pdm/pdm-1.0/mythtv | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/pdm/pdm-1.0/mythtv b/packages/pdm/pdm-1.0/mythtv new file mode 100644 index 0000000000..9a9e4f09cb --- /dev/null +++ b/packages/pdm/pdm-1.0/mythtv @@ -0,0 +1,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 |