5 # Required-Start: $local_fs $remote_fs
17 # make sure privileges don't persist across reboots
18 if [ -d /var/run/sudo ]
20 find /var/run/sudo -exec touch -t 198501010000 '{}' \;
23 stop|reload|restart|force-reload)
26 echo "Usage: $N {start|stop|restart|force-reload}" >&2