mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-26 21:10:31 +01:00
11 lines
270 B
Desktop File
11 lines
270 B
Desktop File
[Unit]
|
|
Description=Cleanup of temporary files
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/systemd-tmpfiles --root=%h --clean %h/.config/tmpfiles/tmpfiles.conf
|
|
ExecStart=/usr/bin/find %h/.cache/pacman/sources -type f -maxdepth 1 -delete
|
|
|
|
[Install]
|
|
WantedBy=default.target
|