Script dies when parent process is terminated
Use crontab (or at) (not mono/.net) to schedule tasks.
Normal options;
- nohup my.sh &
- screen -dm -S my my.sh
- tmux new -d -s my my.sh
- service my start / systemctl start my
- Ctrl+Z, bg, disown
Use crontab (or at) (not mono/.net) to schedule tasks.
Normal options;