10 lines
207 B
Desktop File
10 lines
207 B
Desktop File
[Unit]
|
|
Description=Docker garbage collector
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
ExecStart=/etc/docker-gc-start.rc
|
|
ExecStop=/bin/bash -c "docker rm -f docker-gc || true"
|
|
[Install]
|
|
WantedBy=cloud-init.target
|