12 lines
249 B
Desktop File
12 lines
249 B
Desktop File
[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
|