mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-27 05:20:31 +01:00
10 lines
193 B
Desktop File
10 lines
193 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
|
|
|
|
[Install]
|
|
WantedBy=default.target
|