Merge tag 'upstream/1.8.5p2'
[debian/sudo] / debian / sudo.service
1 [Unit]
2 Description=Provide limited super user privileges to specific users
3
4 [Service]
5 Type=oneshot
6 # \073 is ';' which needs to be part of the find parameters
7 ExecStart=/usr/bin/find /var/lib/sudo -exec /usr/bin/touch -t 198501010000 '{}' \073
8
9 [Install]
10 WantedBy=multi-user.target