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