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?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
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:
|
|||
|
|
|
Ask them to add it to rc.local ? |
||||
|
Write your own |
|||
|
|