diff options
Diffstat (limited to 'script/vdr-uactivity')
-rw-r--r-- | script/vdr-uactivity | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/script/vdr-uactivity b/script/vdr-uactivity new file mode 100644 index 0000000..912cf63 --- /dev/null +++ b/script/vdr-uactivity @@ -0,0 +1,5 @@ +#!/bin/sh + +logger -t vdr-uactivity "$1" "$2" "$3" "$4" "$5" "$6" + +exit 0 |