You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

scalelite-auto-deployer.timer 271B

123456789101112
  1. [Unit]
  2. Description=Runs scalelite-deploy every minute
  3. [Timer]
  4. # Time to wait after booting before we run first time
  5. OnBootSec=1min
  6. # Time between running each consecutive time
  7. OnUnitActiveSec=1m
  8. Unit=scalelite-auto-deployer.service
  9. [Install]
  10. WantedBy=multi-user.target