mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-10 12:24:05 +08:00
-- UNIX bash scripts for polling in a loop (to be used with cron)
-- Added multi-threaded test code (debug2 to-remove)
-- First stab at state-machine of profile registrations and what state triggers what func
7 lines
145 B
Plaintext
Executable File
7 lines
145 B
Plaintext
Executable File
while true; do
|
|
python register_daemon.py;
|
|
python -m blockdata.activate;
|
|
echo "sleeping";
|
|
echo "-------------------------";
|
|
sleep 1200;
|
|
done |