vdr 2.6.1
vdr-shutdown-wrapper.c
Go to the documentation of this file.
1#include <unistd.h>
2
3int main (int argc, char *argv[]) {
4 setuid(0);
5 return execv("/usr/lib/vdr/vdr-shutdown", argv);
6}
int main(int argc, char *argv[])