Initial commit

This commit is contained in:
2023-06-24 19:57:57 +02:00
commit 58df3042b1
4 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,6 @@
[Unit]
Description=Run apt autoremove
[Service]
Type=oneshot
ExecStart=/usr/bin/apt-get autoremove -y

View File

@ -0,0 +1,9 @@
[Unit]
Description=Run apt-autoremove after boot (for desktops)
[Timer]
Unit=apt-autoremove.service
OnBootSec=2min
[Install]
WantedBy=timers.target