12 lines
216 B
SYSTEMD
12 lines
216 B
SYSTEMD
[Unit]
|
|
Description=Check the EA Companion main branch for updates
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnUnitActiveSec=2min
|
|
RandomizedDelaySec=20s
|
|
Persistent=true
|
|
Unit=eacompanion-deploy.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|