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