10 lines
148 B
SYSTEMD
10 lines
148 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run local x509 metrics collection every 15 minutes
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=0
|
||
|
OnUnitActiveSec=15min
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|