12 lines
153 B
SYSTEMD
12 lines
153 B
SYSTEMD
[Unit]
|
|
Description=Run certidude enroll daily
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
Unit=certidude-enroll.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|