10 lines
173 B
SYSTEMD
10 lines
173 B
SYSTEMD
[Unit]
|
|
Description=Weekly production patching timer
|
|
|
|
[Timer]
|
|
OnCalendar=Mon *-*-* 07:30:00
|
|
Persistent=true
|
|
Unit=update-prod-servers.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target |