aboutsummaryrefslogtreecommitdiff
blob: 87f8998123c12925305cbae9e5b719cab8165c3e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# $Id$
#
# Start command in background and disconnects outputs.
# Use this instead of echo "..." | at now

export EXECUTED_BY_VDR_BG=1
"${@}" >/dev/null 2>&1 &