I would like the users of the system to be able to setup processes that run at system startup that they can setup by themselves. How may I do it?
feedback
|
|
A user can specify a script to run on boot via cron. In their crontab (edited by executing 'crontab -e' when logged in), they would specify:
| |||
|
feedback
|
|
Ask them to add it to rc.local ? | |||||
feedback
|
|
Write your own | |||
|
feedback
|