# Privileged commands for VDR's timer-driven shutdown.  vdr-shutdown.sh
# powers the machine off, and a hibernating setup must also set the RTC
# wakeup itself: the service keeps running through hibernation, so the
# unit's ExecStop hook does not fire in that case.
vdr ALL = (root) NOPASSWD: /usr/bin/systemctl poweroff, /usr/bin/systemctl hibernate, /usr/lib/vdr/bin/vdr-set-wakeup
