mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
12 lines
179 B
SYSTEMD
12 lines
179 B
SYSTEMD
[Unit]
|
|
Description=letsencrypt oneshot timer
|
|
Requires=docker.service
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-1 06:00:00
|
|
Persistent=true
|
|
Unit=letsencrypt.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|