Skip to content

Instantly share code, notes, and snippets.

@Brottweiler
Last active March 16, 2022 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Brottweiler/a32a2d79e211f979884b3a6ac2e2cdb9 to your computer and use it in GitHub Desktop.
Save Brottweiler/a32a2d79e211f979884b3a6ac2e2cdb9 to your computer and use it in GitHub Desktop.
[Unit]
Description=Empty trash older than 30 days
[Service]
Type=oneshot
ExecStart=/usr/bin/trash-empty 30
[Unit]
Description=Empty trash older than 30 days daily
[Timer]
OnCalendar=daily
Persistent=true
[Install]
WantedBy=timers.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment