>From what you describe it would seem a simple script or program invoked
through cron would be the best way to tackle this problem. Another option
is the watch command, which can execute a program every x intervals. And of
course if you want to kick off a process when run, you can add a script to
init.d or ~.profile. Finally, you also have the option of using ssh and
tmux. Tmux allows programs to run between logins, that is connecting and
disconnecting to your linux system you can check on a long running program
or even an pseudo tty using tmux.
-- 
_______________________________________________
lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to