11 lines
179 B
SYSTEMD
11 lines
179 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Docker Volumes Janitor
|
||
|
|
StopWhenUnneeded=true
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
# this activates it immediately
|
||
|
|
OnBootSec=0
|
||
|
|
OnCalendar=*-*-* 0,6,12,18:00:00
|
||
|
|
Unit=docker_janitor.service
|
||
|
|
|