fix: directory structure

This commit is contained in:
Rudra Saraswat 2026-04-04 02:13:00 +01:00
parent 4c1cfcfca9
commit 384e479625
3 changed files with 674 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[Unit]
Description=Clean-up following system update
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=no
User=root
ExecStart=/usr/bin/find / -maxdepth 1 -type d -name '.old.*' -exec /usr/bin/rm -rf -- {} +
[Install]
WantedBy=multi-user.target