mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2026-02-05 15:50:54 +01:00
Added script for auto-deployment
This commit is contained in:
12
scripts/scalelite-auto-deployer.timer
Normal file
12
scripts/scalelite-auto-deployer.timer
Normal file
@@ -0,0 +1,12 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user