initial commit, here be dragons
This commit is contained in:
9
roles/docker/files/docker-prune.service
Normal file
9
roles/docker/files/docker-prune.service
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Docker Housekeeping
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Nice=19
|
||||
IOSchedulingClass=2
|
||||
IOSchedulingPriority=7
|
||||
ExecStart=/usr/local/bin/docker-prune.sh
|
Reference in New Issue
Block a user