7 lines
103 B
SYSTEMD
7 lines
103 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run apt autoremove
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/apt-get autoremove -y
|