mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
13 lines
271 B
SYSTEMD
13 lines
271 B
SYSTEMD
[Unit]
|
|
Description=Runs scalelite-deploy every minute
|
|
|
|
[Timer]
|
|
# Time to wait after booting before we run first time
|
|
OnBootSec=1min
|
|
# Time between running each consecutive time
|
|
OnUnitActiveSec=1m
|
|
Unit=scalelite-auto-deployer.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|