lmn-client/roles/lmn_localhome/files/rmexam.service

6 lines
175 B
Desktop File

[Unit]
Description=Remove -exam homes older than 12h
[Service]
Type=simple
ExecStart=find /home/ -maxdepth 1 -mindepth 1 -name '*-exam' -type d -cmin +720 -exec rm -rf {} \;