You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-systeminfo/files/rc-addon.sh

13 lines
230 B

# $Id$
#
# rc-addon-script for plugin systeminfo
#
# Joerg Bornkessel <hd_brummy@gentoo.org>
: ${SYSTEMINFO_SCRIPT:=/usr/share/vdr/systeminfo/systeminfo.sh}
plugin_pre_vdr_start() {
add_plugin_param "-s ${SYSTEMINFO_SCRIPT}"
}