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