11 lines
169 B
SYSTEMD
11 lines
169 B
SYSTEMD
[Unit]
|
|
Description=Run update-ssh-keys script every 10 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=5m
|
|
OnUnitActiveSec=10m
|
|
Unit=update-ssh-keys.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|