summaryrefslogtreecommitdiff
path: root/debian/sudo.service
blob: a8c5460ad425169bdb7051ce310b8daad5936f56 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Provide limited super user privileges to specific users

[Service]
Type=oneshot
# \073 is ';' which needs to be part of the find parameters
ExecStart=/usr/bin/find /var/lib/sudo -exec /usr/bin/touch -d @0 '{}' \073

[Install]
WantedBy=multi-user.target