Ilias Lazaridis wrote at Dienstag, 21. Februar 2006 15:05: > I've not enough unix bash knowledge to provide a possible solution: > > * provide a script which contains the tracd start code > * script should store the returned process id into a file. > * a "restart" retrieves the process-id, kills and launches again. > > ./tracdrun start > ./tracdrun stop > ./tracdrun restart
For SuSE you will find an example here: http://trac-hacks.org/wiki/ServiceScript Another unixes could use another startegy for launching daemons. Check, if you have /etc/init.d/skeleton. It is a good entry point for creating own init scripts. Ciao, Raphael _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
