Sleeptimer-plugin
From VDR Wiki
(Difference between revisions)
(initial) |
m |
||
| Line 34: | Line 34: | ||
!Description | !Description | ||
|- | |- | ||
| - | | -e CMD || || shutdown command (default: /sbin/poweroff) | + | | -e CMD || || shutdown command (default: '''/sbin/poweroff''') |
|} | |} | ||
Revision as of 12:12, 6 October 2004
Contents |
Description
The sleeptimer plugin executes commands after a user defined time
Hardware requirements
Software requirements
Installation
Configuration
A simple example for poweroff. First the script
/usr/local/bin/sleeptimer.sh
is created with the following content
#!/bin/sh # # simple poweroff command, sleeptimer plugin at now <<EOM svdrpsend.pl HITK Power EOM
Parameter
| Parameter (short) | Parameter (long) | Description |
|---|---|---|
| -e CMD | shutdown command (default: /sbin/poweroff) |
Problems
Links
| [1] | http://linvdr.org/download/vdr-sleeptimer | Plugin homepage |
