12 lines
178 B
SYSTEMD
12 lines
178 B
SYSTEMD
[Unit]
|
|
Description=Run Voyager telemetry collector every 5 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnUnitActiveSec=5min
|
|
AccuracySec=30s
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|