10 lines
140 B
SYSTEMD
10 lines
140 B
SYSTEMD
[Unit]
|
|
Description=Upgrade Docker containers regularly
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 04:30:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|