Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have a set of startup scripts written for Mac OS X Tiger as launchd-scripts. I need to migrate them to a Debian ("squeeze") server. If I understand correctly then for Debian I would have to rewrite the scripts as init.d-scripts (that make use of start-stop-daemon). Are there any guidelines how such a migration can be done in a clean way?

The scripts are simple: each starts a program (at boot time) and stores its output and error streams into files. The programs do not fork on their own.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.