makedeb
Perform least recently used (LRU) eviction of Docker images
Viewing /docuum.service
.
Click here to go back to the Git tree for docuum.
[Unit]
Description=Docuum
After=docker.service
Wants=docker.service
[Service]
Environment='THRESHOLD=10 GB'
ExecStart=/usr/bin/docuum --threshold ${THRESHOLD}
Restart=on-failure
[Install]
WantedBy=multi-user.target