diff options
author | Keine_Ahnung <no@mail.com> | 2013-01-25 18:12:49 +0100 |
---|---|---|
committer | Keine_Ahnung <no@mail.com> | 2013-01-25 18:12:49 +0100 |
commit | 8e500e48aa6d27f3f61f6659e77cf49b599f7394 (patch) | |
tree | b1d2e14881346c2a76325174b83e8e078393b5aa /Make.config.template | |
parent | 10c1a2a05d65a8e89c4e5c1da9452fef24280f77 (diff) | |
download | vdr-plugin-uactivity-8e500e48aa6d27f3f61f6659e77cf49b599f7394.tar.gz vdr-plugin-uactivity-8e500e48aa6d27f3f61f6659e77cf49b599f7394.tar.bz2 |
more to come
Diffstat (limited to 'Make.config.template')
-rw-r--r-- | Make.config.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Make.config.template b/Make.config.template index 0f423ff..c1a9c93 100644 --- a/Make.config.template +++ b/Make.config.template @@ -4,6 +4,14 @@ # Copy this file to 'Make.config' and change the parameters as necessary. # +# The shell comman used +# If you are using upstart you may use +# PLUGIN_UACTIVITY_COMMAND=initctl emit --system --no-wait vdr-uactivity reason=%1$$s orgin=%2$$s value=%3$$s ConfigDirectory=%4$$s CacheDirectory=%5$$s ResourceDirectory=%6$$s + +PLUGIN_UACTIVITY_COMMAND?=echo vdr-uactivity -r %1$$s -o %2$$s -v %3$$s -C %4$$s -c %5$$s -R %6$$s | at now + + + # Set to supress the install of the shell script package #PLUGIN_UACTIVITY_NOINSTALL=true |