10 lines
150 B
SYSTEMD
10 lines
150 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run apt-autoremove after boot (for desktops)
|
||
|
|
||
|
[Timer]
|
||
|
Unit=apt-autoremove.service
|
||
|
OnBootSec=2min
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|