10 lines
155 B
Desktop File
10 lines
155 B
Desktop File
[Unit]
|
|
Description=Docker Housekeeping
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Nice=19
|
|
IOSchedulingClass=2
|
|
IOSchedulingPriority=7
|
|
ExecStart=/usr/local/bin/docker-prune.sh
|