11 lines
133 B
SYSTEMD
11 lines
133 B
SYSTEMD
[Unit]
|
|
Description=Copy certificates to needed location
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|